generated from langchain-ai/integration-repo-template
-
Notifications
You must be signed in to change notification settings - Fork 37
INTPYTHON-501 INTPYTHON-784 GraphRAG view and example notebook #227
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
Closed
caseyclements
wants to merge
33
commits into
langchain-ai:main
from
caseyclements:INTPYTHON-501-GraphRAGView
Closed
Changes from 23 commits
Commits
Show all changes
33 commits
Select commit
Hold shift + click to select a range
8ea27b1
Add viz dependency group
caseyclements 1452cd0
Added viz to project.optional-dependencies
caseyclements f643224
Split out networkx. Cleaned up API. Testing via notebook not yet chec…
caseyclements b31faf8
Adds API TODO
caseyclements 84ef46c
Add .ipynb_checkpoints to .gitignore
caseyclements 5d6d624
Added basic GraphRAG notebook
caseyclements 1319e9a
Removed viz packages only needed for advanced graph layouts
caseyclements e91b683
Removes script added by mistake
caseyclements a66050b
Finishes to_network, and view API (opts kwargs) and adds documentation.
caseyclements 34ef377
Adds small working GraphStore visualization notebook. Requires existi…
caseyclements 24a8d7e
Add large-scale knowledge graph test with 100+ entities
caseyclements b0e973f
Add large-scale knowledge graph visualization notebook
caseyclements 84636a0
Improve entity extraction prompts for relationship array alignment
caseyclements 3be3004
Completed self-standing GraphRAG example. Removed second one.
caseyclements 6a37690
Removed .gitignore in lib
caseyclements 036f116
Codespell docstring
caseyclements de3aa82
Added minimum versions to viz group in pyproject
caseyclements bd08f49
Merge branch 'main' into INTPYTHON-501-GraphRAGView
caseyclements bb865b0
Fix holoviews version and update locks
caseyclements 82ec17a
Add viz extra in dependencies of _lint.yml
caseyclements 44e2efc
Revert "Add viz extra in dependencies of _lint.yml"
caseyclements 3a96215
Add viz extras to lint workflow for langchain-mongodb type checking
caseyclements 47b98f2
Updated install dependencies condition to use env.WORKDIR
caseyclements 11535d0
Updated check in GraphRAG tests for OpenAI model by including AZURE_O…
caseyclements 3222651
Removed viz logic based on env.WORKDIR. Instead, adding extra viz to …
caseyclements d32a78e
Cleaned up closing of graphstore and clients in tests.
caseyclements 47f2e47
Add saved html rendering of graph
caseyclements 9d892b7
INTPYTHON-780 Make TestMongoDBAtlasFullTextSearchRetriever more robus…
blink1073 3d7a678
INTPYTHON-785 Only list authorized collections when listing collectio…
rafaelodon ccab4f3
PYTHON-5580: Add pull request template (#213)
Jibola 19def7f
INTPYTHON-787 Added check for AZURE_OPENAI_ENDPOINT test_graphrag.py …
caseyclements 90d0b10
Added basic tests of to_networkx and view. Added pytest mark called viz
caseyclements a9a0975
Removed test_graph_large, moved its data to examples, removed html th…
caseyclements File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
This file contains hidden or 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
This file was deleted.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,3 @@ | ||
| from langchain_mongodb.graphrag.graph import MongoDBGraphStore | ||
|
|
||
| __all__ = ["MongoDBGraphStore"] |
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.