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