File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
recipes/use_cases/langchain Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -44,8 +44,8 @@ We implement each approach as a control flow in LangGraph:
44
44
45
45
We will build from CRAG (blue, below) to Self-RAG (green) and finally to Adaptive RAG (red):
46
46
47
- ![ RAG ] ( ./img/langgraph_adaptive_rag.png " RAG control flow " )
47
+ ![ Screenshot 2024-05-03 at 10 50 02 AM ] ( https://github.com/rlancemartin/llama-recipes/assets/122662504/ec4aa1cd-3c7e-4cd1-a1e7-7deddc4033a8 )
48
48
49
49
Our fouth notebook, ` langgraph-rag-agent-local ` , shows how to apply LangGraph to build advanced RAG agents that run locally and reliable.
50
50
51
- See this [ video overview] ( https://www.youtube.com/watch?v=sgnrL7yo1TE ) for more detail.
51
+ See this [ video overview] ( https://www.youtube.com/watch?v=sgnrL7yo1TE ) for more detail.
You can’t perform that action at this time.
0 commit comments