Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
7249c80
Add viz dependency group
caseyclements Sep 11, 2025
93993bd
Added viz to project.optional-dependencies
caseyclements Sep 25, 2025
8060667
Split out networkx. Cleaned up API. Testing via notebook not yet chec…
caseyclements Sep 29, 2025
2d866b9
Adds API TODO
caseyclements Oct 3, 2025
4e4da44
Add .ipynb_checkpoints to .gitignore
caseyclements Oct 7, 2025
e31023d
Added basic GraphRAG notebook
caseyclements Oct 7, 2025
fbdaf4d
Removed viz packages only needed for advanced graph layouts
caseyclements Oct 7, 2025
7214bb3
Removes script added by mistake
caseyclements Oct 7, 2025
df53045
Finishes to_network, and view API (opts kwargs) and adds documentation.
caseyclements Oct 7, 2025
41ea33b
Adds small working GraphStore visualization notebook. Requires existi…
caseyclements Oct 7, 2025
3d6075f
Add large-scale knowledge graph test with 100+ entities
caseyclements Oct 7, 2025
688e140
Add large-scale knowledge graph visualization notebook
caseyclements Oct 7, 2025
5212e0c
Improve entity extraction prompts for relationship array alignment
caseyclements Oct 8, 2025
2795d9e
Completed self-standing GraphRAG example. Removed second one.
caseyclements Oct 8, 2025
1a5856d
Removed .gitignore in lib
caseyclements Oct 8, 2025
6455415
Codespell docstring
caseyclements Oct 8, 2025
f47622b
Added minimum versions to viz group in pyproject
caseyclements Oct 8, 2025
457b205
Fix holoviews version and update locks
caseyclements Oct 8, 2025
bd0b825
Add viz extra in dependencies of _lint.yml
caseyclements Oct 8, 2025
832100d
Revert "Add viz extra in dependencies of _lint.yml"
caseyclements Oct 8, 2025
8271217
Add viz extras to lint workflow for langchain-mongodb type checking
caseyclements Oct 8, 2025
259ed5a
Updated install dependencies condition to use env.WORKDIR
caseyclements Oct 8, 2025
e0f386d
Updated check in GraphRAG tests for OpenAI model by including AZURE_O…
caseyclements Oct 9, 2025
65c4084
Removed viz logic based on env.WORKDIR. Instead, adding extra viz to …
caseyclements Oct 9, 2025
158b844
Cleaned up closing of graphstore and clients in tests.
caseyclements Oct 9, 2025
350348a
Add saved html rendering of graph
caseyclements Oct 9, 2025
dcd836d
INTPYTHON-787 Added check for AZURE_OPENAI_ENDPOINT test_graphrag.py …
caseyclements Oct 10, 2025
e3423aa
Added basic tests of to_networkx and view. Added pytest mark called viz
caseyclements Oct 13, 2025
5c3bfed
Removed test_graph_large, moved its data to examples, removed html th…
caseyclements Oct 13, 2025
2986e26
Updated capitalization in title.
caseyclements Oct 17, 2025
c4f54a0
Fixed up details broken in rebase
caseyclements Oct 20, 2025
26f7ba7
Remove jupyter and pyparsing from viz dep group
caseyclements Oct 20, 2025
c29429e
Updated docstrings of view and to_networkx as suggested.
caseyclements Oct 20, 2025
caf9d73
Updated monorepo/docs lock file.
caseyclements Oct 21, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ __pycache__
.env
.venv*
.local_atlas_uri
.ipynb_checkpoints
docs/langchain_mongodb
docs/langgraph_checkpoint_mongodb
docs/index.md
Expand Down
1 change: 0 additions & 1 deletion libs/langchain-mongodb/.gitignore

This file was deleted.

Loading
Loading