DataIntelligenceCrew / data-selection

3 stars 0 forks source link

Faiss Search Index #2

Open mundrapranay opened 2 years ago

mundrapranay commented 2 years ago

Learn how to use Faiss Index to get top-k vectors for a given vector

mundrapranay commented 2 years ago

For Reference look at Main-clean.cpp at https://github.com/DataIntelligenceCrew/koios-semantic-search

mundrapranay commented 2 years ago

Look at threshold base search. If not implement a wrapper (read until sim < threshold)