Skip to content

Commit 50d259b

Browse files
authored
Add CTA for Gradio-based RAG Q&A app
1 parent 8e91da6 commit 50d259b

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

RAG/notebooks/llamaindex/llamaindex_basic_RAG.ipynb

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,11 @@
1212
"cell_type": "markdown",
1313
"id": "2969cdab-82fc-4ce5-bde1-b4f629691f27",
1414
"metadata": {},
15-
"source": [
16-
"This notebook introduces how to use LlamaIndex to interact with NVIDIA hosted NIM microservices like chat, embedding, and reranking models to build a simple retrieval-augmented generation (RAG) application."
17-
]
15+
"source": [
16+
"This notebook introduces how to use LlamaIndex to interact with NVIDIA hosted NIM microservices like chat, embedding, and reranking models to build a simple retrieval-augmented generation (RAG) application.\n",
17+
"\n",
18+
"Alternatively, for a more interactive experience with a graphical user interface, you can refer to our Gradio-based RAG Q&A application that also uses NVIDIA hosted NIM microservices [here](https://github.com/jayrodge/llm-assistant-cloud-app/)."
19+
]
1820
},
1921
{
2022
"cell_type": "markdown",

0 commit comments

Comments
 (0)