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

Send vectors optimistically to handle legacy vectorizers in >1.24.0 #168

Merged
merged 2 commits into from
Jul 10, 2024

Conversation

tsmith023
Copy link
Contributor

The v3 client currently doesn't handle the edge case where a collection is configured using the single vectorizer per collection syntax and has been upgraded to Weaviate >=v1.24.0. As such, it fails to insert BYoV for such collections

This PR changes the object insertion to send the provided vector in both channels to handle each use-case

Closes #167

@tsmith023 tsmith023 merged commit e1bdafc into main Jul 10, 2024
10 checks passed
@tsmith023 tsmith023 deleted the bug/fix-vector-insert branch July 10, 2024 17:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

bug - cannot insert vector when using insertMany
2 participants