Again, using FaissDocumentStore, if the parameter faiss_index_factory_str is set to "IVF96,Flat", we need to do additional train_index, what is the whole process? #7386
Replies: 3 comments 5 replies
-
(I converted the issue in a discussion, seems more appropriate) Can you better explain your question? |
Beta Was this translation helpful? Give feedback.
-
My task goal is to store millions of data using Faiss vector database and accelerate the search through IVFx. By consulting the documentation, I found that when reusing the IVFx type, I need to execute the train_index function first. The problem now is that I am not sure where to execute train_index. |
Beta Was this translation helpful? Give feedback.
-
My code is as follows, and I get an error when calling run:(Exception: Exception while running node 'Retriever': Error in faiss::DirectMap::idx_t faiss::DirectMap::get(faiss::DirectMap::idx_t) const at /project/faiss/faiss/invlists/DirectMap.cpp:81: direct map not initialized Enable debug logging to see the data that was passed when the pipeline failed.)
|
Beta Was this translation helpful? Give feedback.
-
Again, using FaissDocumentStore, if the parameter faiss_index_factory_str is set to "IVF96,Flat", we need to do additional train_index, what is the whole process?
Beta Was this translation helpful? Give feedback.
All reactions