Vectors/deprecate legacy introduce named vectors only syntax#1659
Merged
tsmith023 merged 21 commits intoJul 10, 2025
Merged
Conversation
…ient into vectors/deprecate-legacy-introduce-named-vectors-only-syntax
There was a problem hiding this comment.
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. |
bevzzz
reviewed
Apr 30, 2025
…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
dirkkul
reviewed
Jun 27, 2025
dirkkul
reviewed
Jun 27, 2025
…ient into vectors/deprecate-legacy-introduce-named-vectors-only-syntax
dirkkul
reviewed
Jun 27, 2025
- 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.
Orca Security Scan Summary
| Status | Check | Issues by priority | |
|---|---|---|---|
| Secrets | View in Orca |
…n-client into vectors/deprecate-legacy-introduce-named-vectors-only-syntax
tsmith023
added a commit
that referenced
this pull request
Jul 10, 2025
* 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 <kavirajkanagaraj@gmail.com> * 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 <kavirajkanagaraj@gmail.com> Co-authored-by: Rodrigo Lopez <rodrigo.lopez@weaviate.io> Co-authored-by: Roberto Esposito <robyesposito2000@gmail.com> Co-authored-by: Roberto Esposito <73891662+robbespo00@users.noreply.github.com> Co-authored-by: Dirk Kulawiak <dirk@semi.technology> Co-authored-by: Dirk Kulawiak <dirk@weaviate.io> Co-authored-by: Kaviraj <kavirajkanagaraj@gmail.com>
This file contains hidden or 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
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.
Closes #1654