falkor_graph_rag_capability
autogen.agentchat.contrib.graph_rag.falkor_graph_rag_capability.FalkorGraphRagCapability
FalkorGraphRagCapability
The FalkorDB GraphRAG capability integrate FalkorDB with graphrag_sdk version: 0.1.3b0. Ref: https://github.com/FalkorDB/GraphRAG-SDK/tree/2-move-away-from-sql-to-json-ontology-detection
For usage, please refer to example notebook/agentchat_graph_rag_falkordb.ipynb
Initialize GraphRAG capability with a graph query engine
Parameters:Name | Description |
---|---|
query_engine | Type: autogen.agentchat.contrib.graph_rag.falkor_graph_query_engine.FalkorGraphQueryEngine |
Instance Methods
add_to_agent
Add FalkorDB GraphRAG capability to a UserProxyAgent. The restriction to a UserProxyAgent to make sure the returned message does not contain information retrieved from the graph DB instead of any LLMs.
Parameters:Name | Description |
---|---|
agent | Type: autogen.UserProxyAgent |