milvus/internal/querynodev2
Buqian Zheng 06b5e186a7
fix: return error if searching against BM25 output field with incorrect metric type (#36910)
issue: https://github.com/milvus-io/milvus/issues/36835

currently searching BM25 output field using IP will end up in an error
in segcore which is hard to understand. now returning error in query
node delegator and provide more useful error message

Signed-off-by: Buqian Zheng <zhengbuqian@gmail.com>
2024-10-16 19:45:23 +08:00
..
cluster enhance: Support proxy/delegator qn client pooling (#35194) 2024-08-02 11:24:19 +08:00
collector enhance: remove cooling off in rate limiter for read requests (#35935) 2024-09-04 14:39:10 +08:00
delegator fix: return error if searching against BM25 output field with incorrect metric type (#36910) 2024-10-16 19:45:23 +08:00
optimizers enhance: add hit segment num metrics for queryHook (#35577) 2024-08-23 12:49:02 +08:00
pipeline feat: support load and query with bm25 metric (#36071) 2024-10-11 10:23:20 +08:00
pkoracle fix: Check nodeID wildcard when removing pkOracle (#33895) 2024-06-18 14:11:58 +08:00
segments enhance: Enhance segment log (#36848) 2024-10-15 20:43:30 +08:00
tasks fix: Unify loaded partition check to delegator (#36879) 2024-10-15 19:15:23 +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 enhance: Fill start pos & level for growing segment (#36888) 2024-10-16 14:03:31 +08:00
handlers_test.go enhance: Use common gc config (#36668) 2024-10-09 19:47:19 +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 enhance: Use common gc config (#36668) 2024-10-09 19:47:19 +08:00
metrics_info.go enhance: Add delete buffer related quota logic (#35918) 2024-09-05 11:39:03 +08:00
mock_data.go enhance: Update protobuf-go to protobuf-go v2 (#34394) 2024-07-29 11:31:51 +08:00
server.go enhance: Use a separate mmap config for chunk cache (#36276) 2024-09-15 16:23:09 +08:00
server_test.go enhance: Use common gc config (#36668) 2024-10-09 19:47:19 +08:00
services.go enhance: Enhance segment log (#36848) 2024-10-15 20:43:30 +08:00
services_test.go enhance: Use common gc config (#36668) 2024-10-09 19:47:19 +08:00