knowhere-v2.2.3
Release Notes
Enhancements and Fixes
- Remove the by default 6400 results limit for DiskANN range search.(#237)
- Remove
search_list_and_k_ratio
from the parameter list for range search.(#258) - Add more logs to indicate the index building process for HNSW and DiskANN.(#260, #261)
- Correct Cosine distance under high filtering rate. (#266)
- Generate DiskANN cache asynchronously to accelerate the loading procedure if the cache file is not generated in the building stage. (#256)
- Support SSE only host (#180, #184)
- Switch DiskANN and HNSW to Brute Force under big K. (#271, #270)
- Fix scann range search(#316)
Full Changelog: v2.2.2...v2.2.3