milvus-standalone混合搜索是否支持两个以上向量字段 #41961
Unanswered
ztyf-lq
asked this question in
Q&A and General discussion
Replies: 1 comment
-
默认配置下,每个collection最多能有4个向量字段,该配置位于milvus.yaml的proxy.maxVectorFieldNum。你可以修改这个值,但最多只能改为10
hybrid_search()没有限制向量字段的数量,collection的向量字段个数上限是多少,混合搜索的上限就是多少。 |
Beta Was this translation helpful? Give feedback.
0 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.
-
我目前计划在collection中插入四个向量字段,想请问混合搜索是否支持三个或者四个向量字段混合搜索。如何可以请问混合搜索支持的向量字段个数上限是多少?是和向量字段上限有关吗?
Beta Was this translation helpful? Give feedback.
All reactions