Replies: 1 comment 2 replies
-
There is no difference between the cluster ID and the inverted list. If I misunderstood the question, feel free to correct. |
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
-
Currently I have an ID of a vector which has been added to a IVF index and would like to get the cluster assignment. A naive way is firstly defining a mapping from the sample ID to cluster ID given the inverted list and then use the mapping to find the cluster assignment. But is there a build-in function to support fast mapping from sample ID to cluster ID without looking to the inverted list?
Beta Was this translation helpful? Give feedback.
All reactions