Update app.py
Browse files
app.py
CHANGED
@@ -274,6 +274,7 @@ def main():
|
|
274 |
# Introduction
|
275 |
|
276 |
This app builds a [retrieval-augmented generation](https://en.wikipedia.org/wiki/Retrieval-augmented_generation) model that let's you ask "talk" to your document, ask questions, summarize, and extract data.
|
|
|
277 |
:clap: The workflow relies on:
|
278 |
* [OpenAI](https://platform.openai.com/apps)
|
279 |
* [LlamaParse](https://cloud.llamaindex.ai/)
|
|
|
274 |
# Introduction
|
275 |
|
276 |
This app builds a [retrieval-augmented generation](https://en.wikipedia.org/wiki/Retrieval-augmented_generation) model that let's you ask "talk" to your document, ask questions, summarize, and extract data.
|
277 |
+
|
278 |
:clap: The workflow relies on:
|
279 |
* [OpenAI](https://platform.openai.com/apps)
|
280 |
* [LlamaParse](https://cloud.llamaindex.ai/)
|