-
Notifications
You must be signed in to change notification settings - Fork 3.2k
feat: Add Neo4j + GraphQL POC integration #2165
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
base: main
Are you sure you want to change the base?
Conversation
- Add Neo4j client with graceful fallback (EXPERIMENTAL) - Add GraphQL schema and HTTP server (read-only) - Integrate Neo4j lookups in entity extraction and text unit retrieval - Feature flag controlled via GRAPHRAG_USE_NEO4J - Fully backward compatible with fallback to dataframe logic Files: - 4 new files in graphrag/graph/ (Neo4j client, GraphQL schema/server) - 2 modified workflow files (entity_extraction.py, text_units.py) - 1 documentation file (neo4j_graphql_poc.md) No breaking changes. All code marked as EXPERIMENTAL/POC.
|
@priya-madraslabs please read the following Contributor License Agreement(CLA). If you agree with the CLA, please reply with the following information.
Contributor License AgreementContribution License AgreementThis Contribution License Agreement (“Agreement”) is agreed to by the party signing below (“You”),
|
Files: