Skip to content

Commit b2b54e9

Browse files
authored
Update agentic_rag_with_nemo_retriever_nims.ipynb
1 parent d2c8638 commit b2b54e9

File tree

1 file changed

+1
-1
lines changed

1 file 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](./img/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",

0 commit comments

Comments
 (0)