Replies: 1 comment
-
As a follow-up, I figured out that for Faiss we can use sth like
but what about lucene index? is there anything similar? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
Tks for this awesome repo beforehand!
I'm performing some data augmentation to the Wiki corpus, and hope to build a dense index using faiss for it.
Is the best solution to simply re-index the whole corpus (original+augmented), or is there a way to just index the augmented corpus, then combine it with the index you provided already?
Reading
docs/usage-index.md
, there seems to be a functionality of combining indices built from different shards, so I suppose there's a way (or even a hack :P) of combining two indices? but I'm not sure how to do so...Any suggestion will be appreciated!
Beta Was this translation helpful? Give feedback.
All reactions