Switch graphqa example in docs to langgraph (#28574)

Co-authored-by: Chester Curme <chester.curme@gmail.com>
This commit is contained in:
Tomaz Bratanic
2024-12-09 20:46:00 +01:00
committed by GitHub
parent ce3b69aa05
commit 6815981578
7 changed files with 824 additions and 1068 deletions

View File

@@ -25,8 +25,6 @@ NOTEBOOKS_NO_EXECUTION = [
"docs/docs/how_to/example_selectors_langsmith.ipynb", # TODO: add langchain-benchmarks; fix cassette issue
"docs/docs/how_to/extraction_long_text.ipynb", # Non-determinism due to batch
"docs/docs/how_to/graph_constructing.ipynb", # Requires local neo4j
"docs/docs/how_to/graph_mapping.ipynb", # Requires local neo4j
"docs/docs/how_to/graph_prompting.ipynb", # Requires local neo4j
"docs/docs/how_to/graph_semantic.ipynb", # Requires local neo4j
"docs/docs/how_to/hybrid.ipynb", # Requires AstraDB instance
"docs/docs/how_to/indexing.ipynb", # Requires local Elasticsearch