-
Notifications
You must be signed in to change notification settings - Fork 121
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Neo4j Graph Rag Integration #139
Conversation
Need to add functionality to allow pre-defined schema and an unit test. The notebook functions as an integration test. |
autogen/agentchat/contrib/graph_rag/neo4j_graph_rag_capability.py
Outdated
Show resolved
Hide resolved
Please add unit tests |
autogen/agentchat/contrib/graph_rag/neo4j_graph_query_engine.py
Outdated
Show resolved
Hide resolved
Debugged a random pydantic exception Resolved by downgrade the packages to |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
tentative approval for testing
Why are these changes needed?
This PR integrates Neo4j Graph Rag. It wraps Neo4j Property Graph Index as a GraphQueryEngine and could be added to an AG2 agent through GraphRagCapability.
I also include a notebook example to show how to use this feature.
Related issue number
part of #68
Checks