few questions on maximum vector dimension, in memory index , on disk , flush #40652
Unanswered
ranjith502
asked this question in
Q&A and General discussion
Replies: 1 comment 2 replies
-
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
as per document
What is the maximum vector dimension supported in Milvus?
Milvus can manage vectors with up to 32,768 dimensions by default. You can increase the value of Proxy.maxDimension to allow for a larger dimension vector.
as per my research, in memory index will store vectors , scalar , index in the memory. it will store everything in the memory only or in the disk also. during search both memory index and disk index will be loaded into memory
Beta Was this translation helpful? Give feedback.
All reactions