milvus/pkg
liliu-z b0d5866507
enhance: add checkers for Faiss-based HNSW (#36857)
Knowhere introduced FAISS-based HNSQ Flat/SQ/PQ/PRQ. This PR adds param
check in Milvus side.

This PR actually do nothing but let the check pass, since:
1. All indexes param check will be moved to Knowhere recently. @foxspy 
2. The index name will be changed from `FAISS_HNSW_xx` to `HNSW_xx`
after QA test. @alexanderguzhva

Signed-off-by: Li Liu <li.liu@zilliz.com>
2024-10-15 12:29:22 +08:00
..
common enhance: add search params in search request in restful (#36304) 2024-09-23 16:51:12 +08:00
config enhance: Enable dynamic update loaded collection's replica (#35822) 2024-09-25 10:13:18 +08:00
eventlog enhance: Update protobuf-go to protobuf-go v2 (#34394) 2024-07-29 11:31:51 +08:00
kv enhance: move rocksmq from internal to pkg module (#33881) 2024-06-25 21:18:15 +08:00
log enhance: improve log encoding performance on proxy nodes (#36123) 2024-09-11 14:51:07 +08:00
metrics enhance: Optimize import scheduling and add time cost metric (#36601) 2024-10-09 14:41:20 +08:00
mocks enhance: using streaming service in insert/upsert/flush/delete/querynode (#35406) 2024-08-29 10:03:08 +08:00
mq enhance: fix skip msg log with empty position info (#36626) 2024-10-09 12:01:20 +08:00
streaming fix: streaming consumer may get stucked when handler is un-consumed (#36818) 2024-10-14 15:23:23 +08:00
tracer fix: Fix tracing config update logic (#35928) 2024-09-05 14:27:04 +08:00
util enhance: add checkers for Faiss-based HNSW (#36857) 2024-10-15 12:29:22 +08:00
.mockery_pkg.yaml enhance: support single pchannel level transaction (#35289) 2024-08-19 21:22:56 +08:00
go.mod enhance: update the expr version to support automatic conversion of variable types (#36832) 2024-10-15 10:53:22 +08:00
go.sum enhance: update the expr version to support automatic conversion of variable types (#36832) 2024-10-15 10:53:22 +08:00
Makefile enhance: Update Makefile to generate mockery (#35517) 2024-08-16 18:44:53 +08:00
rules.go Add back gocritic linter and fix related issues (#27289) 2023-09-22 10:05:26 +08:00