Find answers from the community

Updated 3 months ago

running this with weaviate and neo4j

running this with weaviate and neo4j
index = PropertyGraphIndex.from_existing(
property_graph_store=graph_store,

vector_store=vector_store,
embed_kg_nodes=True,
)
as per https://docs.llamaindex.ai/en/stable/module_guides/indexing/lpg_index_guide/
and im getting
AttributeError: property 'vector_store' of 'StorageContext' object has no setter
L
t
7 comments
small bug, patching currently
Thanks logan. Congrats on building propertygraohindex by the way. It looks cool
Think duplicate nodes is a problem to be solved though… Jessica Livingston is gonna keep popping up
ah for the vector store yea -- every insert into the graph is an upsert. Probably should do some check before inserting into the vector db though
(although since the node ids are the same, some vector dbs may handle this automatically already)
Add a reply
Sign up and join the conversation on Discord