llm-graph-builder icon indicating copy to clipboard operation
llm-graph-builder copied to clipboard

Interacting with an existing neo4j database

Open rashed2014 opened this issue 8 months ago • 4 comments

Hello,

I was hoping to use the tool to interact with my existing neo4j database. While I was able to connect and view my schema in the UI, I couldn't interact with the existing data. The chat bot says it does not have the data. Is this a feature available or is this a bug?

rashed2014 avatar Apr 02 '25 15:04 rashed2014

Hi @rashed2014 Thank you for reaching out. The feature to interact with existing database is currently in our pipeline. We’ll be sure to notify you once it’s integrated. Appreciate your patience!

kaustubh-darekar avatar Apr 03 '25 06:04 kaustubh-darekar

@rashed2014 the graph builder creates a very specific schema of Document + Chunk and certain relationships, if you add those to your graph you can use it. If you have a domain graph you can add __Entity__ labels to your entities and add a vector / fulltext index, then you can use the "Entity" search.

jexp avatar Apr 07 '25 07:04 jexp

would neo4j-graphrag python package created knowledge graphs, docs, chunks, entities with Entity , relationships, and vectors be compatible?

stevereiner avatar Jun 29 '25 19:06 stevereiner

@stevereiner yes.

kaustubh-darekar avatar Jun 30 '25 05:06 kaustubh-darekar