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

Conversation

edwinjosechittilappilly
Copy link
Collaborator

@edwinjosechittilappilly edwinjosechittilappilly commented Sep 12, 2024

  • 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

Ref: https://forum.weaviate.io/t/feature-or-bug-first-letter-of-class-name-gets-capitalized/1203

- 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 edwinjosechittilappilly linked an issue Sep 12, 2024 that may be closed by this pull request
@dosubot dosubot bot added size:S This PR changes 10-29 lines, ignoring generated files. enhancement New feature or request labels Sep 12, 2024
@github-actions github-actions bot added enhancement New feature or request and removed enhancement New feature or request labels Sep 12, 2024
@edwinjosechittilappilly
Copy link
Collaborator Author

closes #3742

@github-actions github-actions bot added enhancement New feature or request and removed enhancement New feature or request labels Sep 12, 2024
@carlosrcoelho carlosrcoelho requested review from ogabrielluiz and jordanrfrazier and removed request for carlosrcoelho September 20, 2024 14:26
@dosubot dosubot bot added the lgtm This PR has been approved by a maintainer label Sep 30, 2024
@edwinjosechittilappilly edwinjosechittilappilly merged commit 0e80ebd into main Sep 30, 2024
27 checks passed
@edwinjosechittilappilly edwinjosechittilappilly deleted the fix-weaviate-index-name branch September 30, 2024 19:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request lgtm This PR has been approved by a maintainer size:S This PR changes 10-29 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

weaviate index name must uppercasing the first?
3 participants