You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
0 commit comments