-
Notifications
You must be signed in to change notification settings - Fork 100
Vectors/deprecate legacy introduce named vectors only syntax #1659
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
Vectors/deprecate legacy introduce named vectors only syntax #1659
Conversation
…ient into vectors/deprecate-legacy-introduce-named-vectors-only-syntax
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Orca Security Scan Summary
Status | Check | Issues by priority | |
---|---|---|---|
![]() |
Infrastructure as Code | ![]() ![]() ![]() ![]() |
View in Orca |
![]() |
SAST | ![]() ![]() ![]() ![]() |
View in Orca |
![]() |
Secrets | ![]() ![]() ![]() ![]() |
View in Orca |
![]() |
Vulnerabilities | ![]() ![]() ![]() ![]() |
View in Orca |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## dev/1.32 #1659 +/- ##
===========================================
Coverage ? 87.09%
===========================================
Files ? 269
Lines ? 18614
Branches ? 0
===========================================
Hits ? 16211
Misses ? 2403
Partials ? 0 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Great to see you again! Thanks for the contribution. |
…ient into vectors/deprecate-legacy-introduce-named-vectors-only-syntax
- Allow `quantizer` at root of all `Vectors` and `MultiVectors` methods - Allow `encoding` also at root of all `MultiVectors` methods
…ient into vectors/deprecate-legacy-introduce-named-vectors-only-syntax
- Add `multi_vector_config` arg to `MultiVectors` methods - Add deprs warnings if `multi_vector` - Update tests to use new syntax
…n-client into vectors/deprecate-legacy-introduce-named-vectors-only-syntax
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Orca Security Scan Summary
Status | Check | Issues by priority | |
---|---|---|---|
![]() |
Secrets | ![]() ![]() ![]() ![]() |
View in Orca |
…n-client into vectors/deprecate-legacy-introduce-named-vectors-only-syntax
* Implement `client.replication` namespace for all replicate ops * Remove default kwargs from executor * Remove `TypedDict` classes mapping to API responses * Add include history true default to list all method * Add `shard` option to `cluster.nodes()` method * Allow `query_sharding_state` to return `None` if collection/shard doesn't exist * Fix stubs for `list_all()` and `query()` * Fix `resp_rest` in `tenants.get_by_name` * Simplify `cluster.nodes()` output types * Add support for RQ Add Rotational quantization (RQ) support in the client to configure collections using that quantization technique * Add coverage for RQ * Fix ruff linter * Fix comment * ci: Add Weaviate 1.32 version pointing to main Preliminary commit. Update once stable v1.32 exists * ci: Enable run in 1.32 * Add RBAC permissions for replicate operations * Run `stubs_regen.sh` * Add `REPLICA_MOVEMENT_ENABLED: 'true'` to env var in ci * Skip replicate tests in <1.31.0 * Move all replicate ops under the cluster namespace * Skip replicate tests in <1.31.0 * Only test RBAC replicate with >1.31.0 * Ensure no test collisions using xdist and cleanup of repl ops * update weaviate version for 1.32 * Update to use latest API on `stable/v1.32` and forbid tests in <1.32.0 * Make types for `ReplicateOperation` with/without history * Add missing `ReplicateOperations` to `weaviate.outputs` * Ensure list is always returned for `status.errors` * Add `ShardingState` and `ShardReplicas` to `weaviate.outputs` * Fix name of `targetNode` param in query by target node * Add weaviate aliases * Add support for alias actions * Add support for alias * Fix test and update to latest version in CI * Skip tests on lower version * Fix min version in rbac test * Add min version to all tests * Fix parametrization * Disable vectorizer for alias test * None in more tests * Fix alias names in concurrent tests * Prefix alias names with alias * Fix more concurrency issues * Fix type hint * Fix test with concurrent tests * Fix test * Remove duplicated test * Remove missed docstring from `WeaviateAsyncClient` * chore: Fix the version check for alias to v1.32 Signed-off-by: Kaviraj <[email protected]> * Vectors/deprecate legacy introduce named vectors only syntax (#1659) * Introduce `Configure.Vectors` and `vector_config` in `.create`/`.update` * Update CI images to latest build on each branch * Change prop descr test to handle props sorted by name * Make changes to pass unit tests of legacy vectorization * Alter specific tests for old versions with new syntax * Add skip to test with resolved issue absent from previous vers * - Add `MultiVectors` factory - Allow `quantizer` at root of all `Vectors` and `MultiVectors` methods - Allow `encoding` also at root of all `MultiVectors` methods * Update CI tags to latest patch * Rename `.text2colbert_jinaa()` to `text2vec_jinaai()` * Add warnings for all deprecated syntax * Response to review comments - Add `multi_vector_config` arg to `MultiVectors` methods - Add deprs warnings if `multi_vector` - Update tests to use new syntax * Update tests to reflect single vectors usage * Fix vector config name passing when creating collections * Skip parsing vector to obj if it's empty * Update CI images to latest patches * Remove unneeded added parsing * Add changelog for 4.16.0 --------- Signed-off-by: Kaviraj <[email protected]> Co-authored-by: Rodrigo Lopez <[email protected]> Co-authored-by: Roberto Esposito <[email protected]> Co-authored-by: Roberto Esposito <[email protected]> Co-authored-by: Dirk Kulawiak <[email protected]> Co-authored-by: Dirk Kulawiak <[email protected]> Co-authored-by: Kaviraj <[email protected]>
Closes #1654