neo4j_native_graph_query_engine
autogen.agentchat.contrib.graph_rag.neo4j_native_graph_query_engine.Neo4jNativeGraphQueryEngine
Neo4jNativeGraphQueryEngine
A graph query engine implemented using the Neo4j GraphRAG SDK.
Provides functionality to initialize a knowledge graph,
create a vector index, and query the graph using Neo4j and LLM.
Initialize a Neo4j graph query engine.
Name | Description |
---|---|
**kwargs |
Instance Methods
add_records
Call self as a function.
Parameters:Name | Description |
---|---|
*args | |
**kwargs |
init_db
Call self as a function.
Parameters:Name | Description |
---|---|
*args | |
**kwargs |
query
Call self as a function.
Parameters:Name | Description |
---|---|
*args | |
**kwargs |