From a6363da62cd2581d457997e32a7cd0c2e7b267ae Mon Sep 17 00:00:00 2001 From: William FH <13333726+hinthornw@users.noreply.github.com> Date: Mon, 20 May 2024 10:35:07 -0700 Subject: [PATCH] [Docs] Rm Integration Tutorial (#503) --- docs/_scripts/copy_notebooks.py | 1 + docs/docs/tutorials/index.md | 1 - docs/mkdocs.yml | 1 - 3 files changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/_scripts/copy_notebooks.py b/docs/_scripts/copy_notebooks.py index d0217976e..1835c0aea 100644 --- a/docs/_scripts/copy_notebooks.py +++ b/docs/_scripts/copy_notebooks.py @@ -60,6 +60,7 @@ _HIDE = set( "chatbots/customer-support.ipynb", "rag/langgraph_rag_agent_llama3_local.ipynb", "rag/langgraph_self_rag_pinecone_movies.ipynb", + "rag/langgraph_adaptive_rag_cohere.ipynb", ] ) diff --git a/docs/docs/tutorials/index.md b/docs/docs/tutorials/index.md index b72c2fe01..7682346e6 100644 --- a/docs/docs/tutorials/index.md +++ b/docs/docs/tutorials/index.md @@ -28,7 +28,6 @@ Learn from example implementations of graphs designed for specific scenarios and #### RAG - [Adaptive RAG](rag/langgraph_adaptive_rag.ipynb) - - [Adaptive RAG using Cohere](rag/langgraph_adaptive_rag_cohere.ipynb) - [Adaptive RAG using local models](rag/langgraph_adaptive_rag_local.ipynb) - [Agentic RAG.ipynb](rag/langgraph_agentic_rag.ipynb) - [Corrective RAG](rag/langgraph_crag.ipynb) diff --git a/docs/mkdocs.yml b/docs/mkdocs.yml index e3593a21c..60bd486c7 100644 --- a/docs/mkdocs.yml +++ b/docs/mkdocs.yml @@ -100,7 +100,6 @@ nav: - Hierarchical Teams: tutorials/multi_agent/hierarchical_agent_teams.ipynb - RAG: - tutorials/rag/langgraph_adaptive_rag.ipynb - - tutorials/rag/langgraph_adaptive_rag_cohere.ipynb - tutorials/rag/langgraph_adaptive_rag_local.ipynb - tutorials/rag/langgraph_agentic_rag.ipynb - tutorials/rag/langgraph_crag.ipynb