Skip to content

Commit 45bdbee

Browse files
authored
Merge pull request #151 from vinaybagade/main
Add architecture diagram to agentic rag NIM notebook
2 parents 8d43a5a + b2b54e9 commit 45bdbee

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

notebooks/agentic_rag_with_nemo_retriever_nims.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
"\n",
7979
"To implement this, an application developer must include the finer-level decision-making on top of their RAG pipeline. Figure below shows one of the many renditions on a router node depending on the use case. Here, the router takes a decision to rewrite the query with help on an LLM, perchance of better recall from the retrieve.\n",
8080
"\n",
81-
"![alt text](agentic_rag.png \"Title\")\n",
81+
"![alt text](./imgs/agentic_rag.png \"Title\")\n",
8282
"\n",
8383
"**Query decomposer**: Breaks down the question into multiple smaller logical questions, and is helpful when a question needs to be answered using chunks from multiple documents.\n",
8484
"\n",

notebooks/imgs/agentic_rag.png

694 KB
Loading

0 commit comments

Comments
 (0)