Find answers from the community

Home
Members
Tinglong
T
Tinglong
Offline, last seen 3 months ago
Joined September 25, 2024
Hi, does llama-index provides support for making updates(particularly adding documents) to the StorageContext?
Currently, I have a 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?
Please let me know if my understanding is off in any steps.
1 comment
L
Hi! May I ask what is the IndexStore used for in the StorageContext(the official documentation provide limited details on this)? Specifically, how does it connects between DocumentStore and VectorStore?
I'm trying to avoid loading the entire document store in memory, so I'm storing each Node object as a single file in my S3 bucket, and only load them if they are retrieved. I am writing a new DocumentStore object for this, and I'm trying to understand what IndexStore is so that I can make corresponding changes if neccessary.
1 comment
L
Hi Team, I wanna ask is ResponseSynthesizer class deprecated?
7 comments
L
T