You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a way to create a lookup table (dict/dataframe) that map the autofaiss index to the list of embeddings/filenames used to build the index?
in my case I am passing to build_index the embddings matrix, but I would like to associate the trained index to the file list of the images related to the embeddings
The text was updated successfully, but these errors were encountered:
Is there a way to create a lookup table (dict/dataframe) that map the autofaiss index to the list of embeddings/filenames used to build the index?
in my case I am passing to
build_index
the embddings matrix, but I would like to associate the trained index to the file list of the images related to the embeddingsThe text was updated successfully, but these errors were encountered: