Find answers from the community

Updated 2 days ago

Update Metadata in Pinecone Vector Store

how do i update metadata in pinecone vector store ?
I see there are 2 places that need update

  1. in the root chunk in pinecone
  2. inside _node_metadata value in the root chunk
W
V
2 comments
Have you tried updating the node directly from the index?
https://docs.llamaindex.ai/en/stable/module_guides/indexing/document_management/#update

You can add the text and metadata for the particular ID.

If this is not working, You need to check with Pinecone vector db client, if it gives you the power to add metadata directly to a node.
yes, found that one

index.insert_nodes(overide=True)
Add a reply
Sign up and join the conversation on Discord