milvus/internal/querynodev2
smellthemoon a4f3e01a3a
fix: add the range search params check in proxy (#30423)
if check in Segcore, will not do the it when not insert data.
so, check "radius" and "range_filter" in proxy.
related with #30365

Signed-off-by: lixinguo <xinguo.li@zilliz.com>
Co-authored-by: lixinguo <xinguo.li@zilliz.com>
2024-02-28 11:24:58 +08:00
..
cluster fix grpc error judge logic (#27800) 2023-10-20 04:28:09 +08:00
collector fix: the system rejects all queries and never recovers if enabled read rate limit (#30061) 2024-01-17 23:30:55 +08:00
delegator fix: add the range search params check in proxy (#30423) 2024-02-28 11:24:58 +08:00
optimizers enhance: add new optimize param for queryhook (#29495) 2023-12-28 10:04:46 +08:00
pipeline enhance: change frequent log to debug (#30782) 2024-02-27 10:30:56 +08:00
pkoracle enhance: add param for bloomfilter(#29388) (#29490) 2023-12-28 18:10:46 +08:00
segments enhance: add new LRU cache impl (#30360) 2024-02-27 20:58:40 +08:00
tasks test: support multiple data/querynodes in integration test (#30618) 2024-02-21 11:54:53 +08:00
tsafe Add ctx parameter for tsafe pkg & NewDelegator method (#27877) 2023-10-26 19:14:10 +08:00
OWNERS Add OWNERS file for qnv2 (#23196) 2023-04-03 16:22:24 +08:00
handlers.go test: support multiple data/querynodes in integration test (#30618) 2024-02-21 11:54:53 +08:00
handlers_test.go fix: correct autoindex segment num (#28387) 2023-11-22 11:12:22 +08:00
local_worker.go fix: panic caused by type assert LocalSegment on Segment (#29018) 2023-12-08 01:50:38 +08:00
local_worker_test.go fix: panic caused by type assert LocalSegment on Segment (#29018) 2023-12-08 01:50:38 +08:00
metrics_info.go test: support multiple data/querynodes in integration test (#30618) 2024-02-21 11:54:53 +08:00
mock_data.go feat: Support multiple vector search (#29433) 2024-01-08 15:34:48 +08:00
server.go fix: wrong context passing into NewClient, error handling lost in session_util (#30817) 2024-02-28 10:40:09 +08:00
server_test.go enhance: add ctx for HandleCStatus and callers (#29517) 2023-12-27 16:10:47 +08:00
services.go enhance: Use defer to clean legacy growing segment (#30770) 2024-02-23 10:02:55 +08:00
services_test.go fix: Release loaded growing if WatchDmlChannel fail (#30735) 2024-02-21 22:12:53 +08:00