Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(Weaviate): Enforce capitalized index name #3791

Merged
merged 18 commits into from
Sep 30, 2024

Commits on Sep 12, 2024

  1. feat(Weaviate): Enforce capitalized index name

    - Add get_valid_index_name method to ensure index name is capitalized
    - Update index_name input with info about capitalization requirement
    - Implement capitalization check before creating vector store
    - Remove type ignore comment for weaviate import
    
    Ref: https://forum.weaviate.io/t/feature-or-bug-first-letter-of-class-name-gets-capitalized/1203
    edwinjosechittilappilly committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    8feaa3b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dcdf405 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2024

  1. Configuration menu
    Copy the full SHA
    8035778 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

  1. Configuration menu
    Copy the full SHA
    9a4ad06 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

  1. Configuration menu
    Copy the full SHA
    f7f330a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ab7a210 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2024

  1. Configuration menu
    Copy the full SHA
    9ef84d6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0e91131 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5a699cc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4ea1f3f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    eca1511 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9f18536 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    311df54 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d550e14 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2024

  1. Configuration menu
    Copy the full SHA
    6699c3f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b56e98c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    52f15a8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7cf57c0 View commit details
    Browse the repository at this point in the history