-
I wanted to look for it in the official documentation, but I couldn't find it. |
Beta Was this translation helpful? Give feedback.
Answered by
timvisee
Jun 26, 2024
Replies: 1 comment 1 reply
-
I spoke to someone from Qdrant at the ai.engineer conference today and I think they said 64k is the limit. |
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
The current limit for dense vectors is 65536, though this can be lifted if there is a valid use case for higher dimensionality.
For sparse vectors the current limit is 4294967295 dimensions.
Note that hardware is the biggest limitation here.