PropertyGraphIndex
with NebulaPropertyGraphStore
and PineconeVectorStore
as the property grpah store and vector store. And the first time to run that code, I can see the kg node embeddings were correctly inserted into the vector store.PropertyGraphIndex
(stored in Pinecone vector store and Nebular graph store) when the document changes, or if there is a convenient way to update this information.PropertyGraphIndex
inserts data, such as node id which need to dig into the source code.refresh_ref_docs
method, is this the correct method I can use for this kind of scenario?