Store multi vectors with the same id #1659
Unanswered
sandraplato1234
asked this question in
Q&A
Replies: 1 comment 2 replies
-
To the best of my knowledge, vector IDs must be unique in an index. That would nevertheless be best implemented as an additional dictionary (e.g. a hash map), thus mapping each vector to some object. |
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
-
Hi
I want for each image store for example 5 augmentations and all these vectors i want to index with the same id because they represent the same image. is that possible in faiss?
Thanks in advance
Beta Was this translation helpful? Give feedback.
All reactions