Skip to content

Commit

Permalink
Merge pull request #151 from vinaybagade/main
Browse files Browse the repository at this point in the history
Add architecture diagram to agentic rag NIM notebook
  • Loading branch information
rmkraus authored Jul 23, 2024
2 parents 8d43a5a + b2b54e9 commit 45bdbee
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notebooks/agentic_rag_with_nemo_retriever_nims.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"\n",
"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",
"\n",
"![alt text](agentic_rag.png \"Title\")\n",
"![alt text](./imgs/agentic_rag.png \"Title\")\n",
"\n",
"**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",
"\n",
Expand Down
Binary file added notebooks/imgs/agentic_rag.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 45bdbee

Please sign in to comment.