向量检索时,topk的值在<=255 和 >255时检索出来的数据不一致 #42135
Unanswered
yujiefangfei
asked this question in
Q&A and General discussion
Replies: 1 comment 3 replies
-
调用search的时候设置了哪些参数? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
召回100个



召回255个
召回300个
召回数量大于255之后,就少了部分数据,并且是分数较高的
index_type="GPU_IVF_FLAT"
metric_type="IP"
Beta Was this translation helpful? Give feedback.
All reactions