-
fix: empty filter query and cloud sync deletion bugs (#279, #251) (#280)
发布于
2026-03-11 06:41:19 +00:00 - Fix empty string filter in vectorDb.query() causing empty results on both
gRPC and REST clients by omitting the filter field instead of sending "" - Store codebasePath in collection description for reliable extraction
during sync, with fallback to query-based extraction for old collections - Add safety guards in syncIndexedCodebasesFromCloud: skip deletion when
collections list is empty or all extractions fail - Add getCollectionDescription to VectorDatabase interface with
implementations for both MilvusVectorDatabase and MilvusRestfulVectorDatabase - Fix REST API createCollection/createHybridCollection to pass description
- Bump version to 0.1.4
Signed-off-by: Cheney Zhang chen.zhang@zilliz.com
下载附件
- Fix empty string filter in vectorDb.query() causing empty results on both