Find answers from the community

Updated 2 months ago

the issue with neo4j property graph index

Hello,
I have a problem with neo4j PropertyGraphIndex, where it creates a contraint uniqueness for Entity and Node type nodes for the "id" property. But, it sets the id to the same value as name, which is common to other nodes and therefore clashes. Is there a way around this? Why is the id be set to a common string or at all? Or I'm missing something?

I also found that v0.3.5 has a cypher error. I had to revert to v0.3.3.
This is on package llama-index-graph-stores-neo4j

Also, I didn't find release notes for this package on pip. Are they somewhere else? With you guys or neo4j people?

Cheers
L
M
3 comments
The id is the name, because you should only have one node for a given entity no?
I can have sections across different documents with the same name: 1. Introduction, Appendix A, etc. Same for definitions, acronyms, etc. Or is the property graph not intended for that type of ontology?
Thanks for the changelog
Add a reply
Sign up and join the conversation on Discord