| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2025-02-28 | 2.4 kB | |
| v3.5.6 source code.tar.gz | 2025-02-28 | 9.9 MB | |
| v3.5.6 source code.zip | 2025-02-28 | 10.5 MB | |
| Totals: 3 Items | 20.4 MB | 0 | |
| Vearch Version | Python SDK Version | Go SDK Version |
|---|---|---|
| v3.5.6 | v3.5.4 | v3.5.3 |
What's Changed
Added
Changed
- refactor: split master services into separate files
- feat: implement Query method in MultiFieldsRangeIndex for optimized document retrieval
- refactor: update metrics handling to use pointer types and improve protobuf generation
- perf: change space replica num default value to 3
- perf: reduce bitmap copies
- chore(deps): bump golang.org/x/net in /tools/backup
Fixed
- fix: check duplicate id when get or upsert
- fix: set table size as max_doc_id and check updating in engine
- fix: check partition num with partition rule
- fix: query from leader when update
- fix: add error handling for GetVector method in VectorManager
- fix: check space field name
- fix(python sdk): set space replica_num
- fix: optimize RawVectors access in Engine and VectorManager to fix stack crash
Full Changelog: https://github.com/vearch/vearch/compare/v3.5.5...v3.5.6