-
Notifications
You must be signed in to change notification settings - Fork 2
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
2.1.0 #54
Merged
Merged
2.1.0 #54
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…nd client.vector_search() to filer out fields returned by the AVS server
…ent. Add include_fields and exclude_fields arguments to those functions. fix: issue where an empty list used as field_names argument would still include all result fields.
…xclude_fields optional arguments to client.get a… (#51) * feat: vec-327 deprecate field_names .get() and .vector_search() argument. Add include_fields and exclude_fields arguments to those functions. * fix: vec-372 issue where an empty list used as the field_names argument in client.get() or client.vector_search() would still include all result fields. * test: add tests with empty include_fields argument * docs: document Key argument, set, as a string
* ci: upload ci test coverage to codecov --------- Co-authored-by: Dominic Pelini <[email protected]> Co-authored-by: Dominic Pelini <[email protected]>
…v and main vec-373 (#52) * ci: split extensive vector search tests into another file * ci: trigger extensive vector search tests on push to dev and main only * ci: remove extensive vector tests from normal integration test workflow * ci: add sleeps to extensive vector tests * ci: separate is_indexed and extensive vector search tests
…30 (#53) * feat: add vector_search_by_key sync client method * feat: add vector_search_by_key async client method
Long running tests passed locally, moving ahead. There is one sync extensive vector test that fails on ci/cd, it appears to be releated to data that was not cleaned up during the aio tests. We may see that here. I'll address that issue as part of vec-373 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.