Update app.py
Browse files
app.py
CHANGED
@@ -94,7 +94,7 @@ description = """<strong>Overview:</strong> Reasoning application that demonstra
|
|
94 |
<strong>Retrieval Augmented Generation (RAG)</strong> on <strong>external data</strong>.\n\n
|
95 |
<strong>Instructions:</strong> Enter an OpenAI API key and perform LLM use cases (semantic search, summarization, translation, etc.) on
|
96 |
<a href='""" + YOUTUBE_URL_1 + """'>YouTube</a>, <a href='""" + PDF_URL + """'>PDF</a>, and <a href='""" + WEB_URL + """'>Web</a>
|
97 |
-
<strong>
|
98 |
<ul style="list-style-type:square;">
|
99 |
<li>Set "Retrieval Augmented Generation" to "<strong>False</strong>" and submit prompt "What is GPT-4?" The LLM <strong>without</strong> RAG does not know the answer.</li>
|
100 |
<li>Set "Retrieval Augmented Generation" to "<strong>True</strong>" and submit prompt "What is GPT-4?" The LLM <strong>with</strong> RAG knows the answer.</li>
|
|
|
94 |
<strong>Retrieval Augmented Generation (RAG)</strong> on <strong>external data</strong>.\n\n
|
95 |
<strong>Instructions:</strong> Enter an OpenAI API key and perform LLM use cases (semantic search, summarization, translation, etc.) on
|
96 |
<a href='""" + YOUTUBE_URL_1 + """'>YouTube</a>, <a href='""" + PDF_URL + """'>PDF</a>, and <a href='""" + WEB_URL + """'>Web</a>
|
97 |
+
<strong>data on GPT-4</strong> (published after LLM knowledge cutoff).
|
98 |
<ul style="list-style-type:square;">
|
99 |
<li>Set "Retrieval Augmented Generation" to "<strong>False</strong>" and submit prompt "What is GPT-4?" The LLM <strong>without</strong> RAG does not know the answer.</li>
|
100 |
<li>Set "Retrieval Augmented Generation" to "<strong>True</strong>" and submit prompt "What is GPT-4?" The LLM <strong>with</strong> RAG knows the answer.</li>
|