StorageContext
object using FAISSVectorStore, and I'm loading it from a local file.I know it is easy to add document in the DocumentStore and VectorStore. If I'm adding a IndexStruct object to the IndexStore to make updates to the IndexStore - During retrieval, after I got the ids from FAISS, is it going to search through all the IndexStruct?IndexStore
used for in the StorageContext
(the official documentation provide limited details on this)? Specifically, how does it connects between DocumentStore and VectorStore? ResponseSynthesizer
class deprecated?