neo4j_native_graph_rag_capability
autogen.agentchat.contrib.graph_rag.neo4j_native_graph_rag_capability.Neo4jNativeGraphCapability
Neo4jNativeGraphCapability
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.ipynb
Initialize GraphRAG capability with a neo4j native graph query engine
Parameters:Name | Description |
---|---|
query_engine | Type: Neo4jNativeGraphQueryEngine |
Instance Methods
add_to_agent
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.
Name | Description |
---|---|
agent | Type: ConversableAgent |