Find answers from the community

Updated last year

Existing neo4j

At a glance

The community member is trying to index an existing Neo4J knowledge graph (KG) but is having trouble, as they can only get Neo4J to work if they create the nodes from LlamaIndex, not by connecting directly to an existing KG. Another community member suggests that you can't index an existing KG, but you can still query it effectively using the LlamaIndex documentation. The original poster tried this approach but it didn't work, and they wonder if it's because they're using a property graph while LlamaIndex uses triplets. A third community member agrees that this might be the issue, and mentions they've been meaning to refactor their graph stuff from RDF to LPG, but it's a lower priority at the moment.

Useful resources
How do I index an existing Neo4J KG? I can only get a Neo4J to work if I create the nodes from LlamaIndex but not if I just connect directly to an existing KG.
L
q
4 comments
i did try that, doesn't work. I wonder if its because i'm using a property graph vs llamaindex is using triplets as a format?
Ah yea that might be why.

I've been meaning to refactor all our graph stuff from RDF -> LPG

But, lower priority at the moment compared to other things πŸ˜… maybe in a month or so
Ohh gotcha. Sounds good thanks Logan!
Add a reply
Sign up and join the conversation on Discord