The Neo4j native graph capability integrates Neo4j native query engine into a graph rag agent. For usage, please refer to example notebook/agentchat_graph_rag_neo4j_native.ipynbInitialize GraphRAG capability with a neo4j native graph query engineParameters:
Add native Neo4j GraphRAG capability to a ConversableAgent. llm_config of the agent must be None/False (default) to make sure the returned message only contains information retrieved from the graph DB instead of any LLMs.Parameters: