[Docs] Rm Integration Tutorial (#503)

This commit is contained in:
William FH
2024-05-20 10:35:07 -07:00
committed by GitHub
parent 89d9c291fe
commit a6363da62c
3 changed files with 1 additions and 2 deletions
+1
View File
@@ -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",
]
)
-1
View File
@@ -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)
-1
View File
@@ -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