Using faiss for selection of negative samples #3587
LeonS-creator
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi there,
I was wondering if I could use faiss for negative sample selection. I want to compare a positive sample (a vector of an abstract) with selected negative samples and select k least similar negative samples (with an option to use a threshold).
Looking at faiss, I am not quite sure if it can be used for my problem.
Can I select a group of vectors from the data set in faiss to be compared with the positive vector instead of comparing the whole data set with the positive vector?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions