bm25检索时,设置参数问题 #40893
Unanswered
gangren-user
asked this question in
Q&A and General discussion
bm25检索时,设置参数问题
#40893
Replies: 1 comment 9 replies
-
目前文档还有细节未完善,以pymilvus的example为准: https://github.com/milvus-io/pymilvus/blob/a2a514c818b610bcbc14cb3741b53ea8e234beec/examples/bm25.py#L35 bm25_k1/bm25_b两个参数由index_params设置,而不是Function的params |
Beta Was this translation helpful? Give feedback.
9 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.
Uh oh!
There was an error while loading. Please reload this page.
-
#36299
这个链接是我找的其他人提问的链接
这几天我一直在找milvus关于bm25检索相关的一些参数设置问题,主要是对
词频
、文本长度
对搜索的影响方面做一些调整对于
k1
、b
参数的控制,不管是写bm25_k1
、bm25_b
参数,经过调试之后,感觉并不好用,设置和不设置并没有什么差异我想问一下,这里是设置的不对吗,还是哪里不对
有没有文档或者示例代码说明一下,应该怎么设置,目前没有找到相关文档
Beta Was this translation helpful? Give feedback.
All reactions