关于混合检索的测试结果 #966
关于混合检索的测试结果
#966
Replies: 1 comment 1 reply
-
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
2.通过上面的图片可以明显的看到第二个结果应该是更加符合提问的,所以有什么优化方式吗?目前采取的是文本直接分段的方式存入知识库中。提高向量的维度会更加精确化但是检索效率是否会降低?
3.关于检索效率的提高,目前尝试了对pg数据库的shared_buffers进行增大(变成可用内存的25%),对于40W的数据(4KW汉字),测试结果明显的从8s到了2.714s,后面会尝试其他参数的影响并分享出来
4.看到别的issue下面作者提到了修改hnsw的参数,通过查看pgvector的仓库,发现可以修改Index Option中的m和ef_construction,但是这个参数都是建表的时候的定义的,请问代码中哪里可以修改?
Beta Was this translation helpful? Give feedback.
All reactions