Find answers from the community

Updated 3 months ago

hey @Logan M , @disiok , @jerryjliu0

hey , ,
having problem of nodes not getting stored in pinecone when trying to store DocumentSummaryIndex nodes in Pinecone Vector store. (though it is working for GPTVectorStoreIndex)
Below is the attached snippet.
(I have gone through both the DocumentSummaryIndex and GPTVectorStoreIndex, both inherit the class BaseIndex and both seems to have the function _build_index_from_nodes() and _add_nodes_to_index() which is being called in the constructor of BaseIndex. It seems I have not initialising the storage context correctly for storing of DocumentSummaryIndex)
Please assist and suggest what needs to be updated in the snippet.
S
1 comment
got it solved after updating llama_index to 0.9.9
Add a reply
Sign up and join the conversation on Discord