[Bug]: The impact of the limit parameter on the ranking of results during search #40018
Open
1 task done
Labels
kind/bug
Issues or changes related a bug
triage/accepted
Indicates an issue or PR is ready to be actively worked on.
Is there an existing issue for this?
Environment
Current Behavior
Through the search interface, all other contents of the query body remain unchanged, only the limit is changed. Why is the result when limit=3 not among the top three results when limit=10? During this process, there were no operations on the collection
curl --request POST --url "http://xxx:19530/v2/vectordb/entities/search" --header "Authorization: Bearer root:xxx" --header "Content-Type: application/json"
-d '{
"annsField": "vector",
"collectionName": "test_collection",
"data": [[-0.05120890960097313,-0.028760679066181183,-0.008349430747330189,...]],
"dbName": "test_db",
"filter": "",
"limit": 10,
"outputFields": ["_id", "aaa", "bbb", "ccc", "ddd"]
}'
Expected Behavior
No response
Steps To Reproduce
Milvus Log
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: