-
Notifications
You must be signed in to change notification settings - Fork 136
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
Enable GraphRAG with Neo4J #682
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Signed-off-by: XuhuiRen <[email protected]>
for more information, see https://pre-commit.ci
Signed-off-by: XuhuiRen <[email protected]>
for more information, see https://pre-commit.ci
Signed-off-by: XuhuiRen <[email protected]>
Signed-off-by: XuhuiRen <[email protected]>
Signed-off-by: XuhuiRen <[email protected]>
Signed-off-by: XuhuiRen <[email protected]>
Signed-off-by: XuhuiRen <[email protected]>
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
Signed-off-by: XuhuiRen <[email protected]>
Signed-off-by: XuhuiRen <[email protected]>
lkk12014402
approved these changes
Sep 13, 2024
lvliang-intel
approved these changes
Sep 14, 2024
for more information, see https://pre-commit.ci
Closed
chensuyue
pushed a commit
that referenced
this pull request
Sep 18, 2024
* add graphrag for neo4j Signed-off-by: XuhuiRen <[email protected]> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * add Signed-off-by: XuhuiRen <[email protected]> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * add Signed-off-by: XuhuiRen <[email protected]> * add Signed-off-by: XuhuiRen <[email protected]> * fix ut Signed-off-by: XuhuiRen <[email protected]> * fix Signed-off-by: XuhuiRen <[email protected]> * add Signed-off-by: XuhuiRen <[email protected]> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Update retriever_neo4j.py * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * add Signed-off-by: XuhuiRen <[email protected]> * Update test_retrievers_neo4j_langchain.sh * add Signed-off-by: XuhuiRen <[email protected]> * Update test_retrievers_neo4j_langchain.sh * Update test_retrievers_neo4j_langchain.sh * Update test_retrievers_neo4j_langchain.sh * add docker Signed-off-by: XuhuiRen <[email protected]> * Update retrievers-compose-cd.yaml * Update test_retrievers_neo4j_langchain.sh * Update config.py * Update test_retrievers_neo4j_langchain.sh * Update test_retrievers_neo4j_langchain.sh * Update config.py * Update test_retrievers_neo4j_langchain.sh * Update requirements.txt * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Update requirements.txt * Update requirements.txt * Update requirements.txt --------- Signed-off-by: XuhuiRen <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: lvliang-intel <[email protected]> (cherry picked from commit 29fe569)
lkk12014402
pushed a commit
that referenced
this pull request
Sep 19, 2024
According to TCEs' feedback, don't need to have those open-source project details in the flowchart. Signed-off-by: Tsai, Louie <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Enable graphrag with neo4j
Issues
List the issue or RFC link this PR is working on. If there is no such link, please mark it as
n/a
.Type of change
New feature (non-breaking change which adds new functionality)
Temperately enable graph entity extraction and graph vector retriever. Some foundational code to construct the graph community is not available in langchain. Will provide another non-framework based version to solve this problem.
Dependencies
neo4j
Tests
local test