| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2024-12-31 | 3.5 kB | |
| v3.5.5 source code.tar.gz | 2024-12-31 | 9.9 MB | |
| v3.5.5 source code.zip | 2024-12-31 | 10.5 MB | |
| Totals: 3 Items | 20.5 MB | 0 | |
What's Changed
Added
- chore: add "space_config" in master; update dependencies for bytedance/sonic and google.golang.org/grpc by @wxingda in https://github.com/vearch/vearch/pull/816
- Add langchain4j in readme and example by @Martin7-1 in https://github.com/vearch/vearch/pull/817
- feat: add interface for replace master member and auto sync router an… by @zcdb in https://github.com/vearch/vearch/pull/819
- ci: check master members in ci_cluster.yml by @zcdb in https://github.com/vearch/vearch/pull/825
- feat(python sdk): support filter operator of NOT IN and new data type
- feat: add long_search_time config to record slow search request
- feat: add router registration logic in NewServer function
- feat: add interface for replace master member and auto sync router an…
- feat: automatically recover on other healthy ps server when replica fail
- feat: add replica anti-affinity strategy
- feat: add request ID handling and space scanning in server logic; upd…
Changed
- ci: enable automatic recovery of failed nodes in configuration
- refactor: enhance storage manager with new Get and MultiGet methods, …
- feat: string array data type can set as string_array
- feat: update data types to int64_t for improved precision and add ToR…
- refactor: use timeout midware instead of timeout handling in document…
Fixed
- fix: 1. fix multi-vector search memory leak; 2. remove VIDMgr;
- fix: add timeout handling and retry logic in RegisterRouter method
- fix: check ivfpq index score is valid
- fix: check upsert result with duplicate id
- fix: add minimum training threshold
- fix: fix dead lock in range search and crash in delete scalar index
- fix: check cluster health
New Contributors
- @Martin7-1 made their first contribution in https://github.com/vearch/vearch/pull/817
Full Changelog: https://github.com/vearch/vearch/compare/v3.5.4...v3.5.5