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

2.1.0 #54

Merged
merged 12 commits into from
Oct 14, 2024
Merged

2.1.0 #54

merged 12 commits into from
Oct 14, 2024

Conversation

dwelch-spike
Copy link
Contributor

No description provided.

dwelch-spike and others added 12 commits September 20, 2024 17:03
…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
@dwelch-spike
Copy link
Contributor Author

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

@dwelch-spike dwelch-spike merged commit 9592889 into main Oct 14, 2024
2 of 3 checks passed
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.

1 participant