llm-graph-builder
llm-graph-builder copied to clipboard
Interacting with an existing neo4j database
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?
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!
@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.
would neo4j-graphrag python package created knowledge graphs, docs, chunks, entities with Entity , relationships, and vectors be compatible?
@stevereiner yes.