milvus/internal
PowderLi ee73e62202
fix: [restful v2] search result be cut while nq > 1 (#33339)
issue: #33099 #32837 #32419

1. len(search result) may be nq * topk, we need return all rather than
topk
2. the  in restful response payload keep the same with milvus error code

Signed-off-by: PowderLi <min.li@zilliz.com>
2024-05-27 14:25:41 +08:00
..
allocator enhance:change some logs (#29579) 2024-01-05 16:12:48 +08:00
core [automated] Update Knowhere Commit (#33340) 2024-05-24 01:43:40 +08:00
datacoord fix: reduce redundant map operations in datacoord (#33343) 2024-05-24 12:47:40 +08:00
datanode enhance: add the includeCurrentMsg param for the Seek method (#33326) 2024-05-27 10:31:41 +08:00
distributed fix: [restful v2] search result be cut while nq > 1 (#33339) 2024-05-27 14:25:41 +08:00
http enhance: Support to get the param value in the runtime (#29297) 2023-12-22 18:36:44 +08:00
indexnode enhance: Use proto for passing info in cgo (#33184) 2024-05-23 10:31:40 +08:00
kv chore: remove repetitive words (#31153) 2024-03-20 10:17:07 +08:00
metastore enhance: Tidy compactor and remove dup codes (#32198) 2024-05-23 09:53:40 +08:00
mocks enhance: Tidy compactor and remove dup codes (#32198) 2024-05-23 09:53:40 +08:00
mq enhance: add the includeCurrentMsg param for the Seek method (#33326) 2024-05-27 10:31:41 +08:00
parser/planparserv2 enhance: optimize plan parser pool to avoid unnessary recycle (#32869) 2024-05-11 10:51:31 +08:00
proto enhance: Remove unused proto importing (#33321) 2024-05-27 01:37:28 +08:00
proxy enhance: add the includeCurrentMsg param for the Seek method (#33326) 2024-05-27 10:31:41 +08:00
querycoordv2 fix: Clean offline node from resource group after qc restart (#33232) 2024-05-22 10:03:40 +08:00
querynodev2 enhance: add the includeCurrentMsg param for the Seek method (#33326) 2024-05-27 10:31:41 +08:00
registry Add querynode client wrapper and avoid grpc in standalone mode (#27781) 2023-10-19 11:10:07 +08:00
rootcoord enhance: add the includeCurrentMsg param for the Seek method (#33326) 2024-05-27 10:31:41 +08:00
storage fix: Allocate new slice for each batch in streaming reader (#33359) 2024-05-24 18:07:41 +08:00
tso fix: add lazy load field to mark segment load type (#31591) 2024-03-28 11:23:10 +08:00
types enhance: Check by proxy rate limiter when delete get data by query. (#30891) 2024-05-23 20:03:40 +08:00
util enhance: optimize datanode cpu usage under large collection number (#33267) 2024-05-25 04:43:41 +08:00