v3.5.3
版本发布时间: 2024-09-14 13:26:53
vearch/vearch最新发布版本:v3.5.4(2024-10-24 18:29:30)
Vearch Version | Python SDK Version | Go SDK Version |
---|---|---|
v3.5.3 | v3.5.2 | v3.5.3 |
What's Changed
Added
- ci: add arm64 image build
- ci: add error param test case in backup
- feat: dockerfile use sleep instead of vearch
- refactor: add EQ and LIKE as todo in python sdk
- ci: add cluster index
- feat: add term filter NOT IN condition
Removed
Changed
- refactor: use ShouldBindJSON instead of vjson.Unmarshal
- ci: update docker-arch comparition
- ci: use stop and start instead of restart in ci_cluster
- ci: use stream9-minimal instead of stream9 to reduce image size
- Update DeployByDockerZH_CN.md, fix vearch-dev-env url error
Fixed
- ci:fix backup test case error
- fix: check delete result whether has error
- fix: hnsw index read and write thread competition
- fix: check docid when GetDocByDocID
- fix: hnsw index read and write thread competition
- Update index.py: Fix NamedTuple Immutability Issue in IvfPQIndex and …
- ix: change index parameter buckert_max_size
- fix: fix numeric scalar index search crash when reach the last key
- fix: fix replicas faulty num and add test cases
- fix: return error information when getSpace has error
New Contributors
- @cococo2000 made their first contribution in https://github.com/vearch/vearch/pull/798
Full Changelog: https://github.com/vearch/vearch/compare/v3.5.2...v3.5.3