Update app.py
Browse files
app.py
CHANGED
@@ -47,8 +47,8 @@ def invoke(openai_api_key, youtube_url, process_video, prompt):
|
|
47 |
#print(result)
|
48 |
return result["result"]
|
49 |
|
50 |
-
description = """<strong>Overview:</strong> The app demonstrates how to use a
|
51 |
-
(
|
52 |
<a href='https://raw.githubusercontent.com/bstraehle/ai-ml-dl/c38b224c196fc984aab6b6cc6bdc666f8f4fbcff/langchain/document-loaders.png'>data sources</a>).\n\n
|
53 |
<strong>Instructions:</strong> Enter an OpenAI API key and perform LLM use cases (semantic search, sentiment analysis, summarization, translation, etc.)
|
54 |
<ul style="list-style-type:square;">
|
|
|
47 |
#print(result)
|
48 |
return result["result"]
|
49 |
|
50 |
+
description = """<strong>Overview:</strong> The app demonstrates how to use a Large Language Model (LLM) with Retrieval Augmented Generation (RAG) on external data
|
51 |
+
(YouTube videos in this case, but it could be PDFs, URLs, or other structured/unstructured private/public
|
52 |
<a href='https://raw.githubusercontent.com/bstraehle/ai-ml-dl/c38b224c196fc984aab6b6cc6bdc666f8f4fbcff/langchain/document-loaders.png'>data sources</a>).\n\n
|
53 |
<strong>Instructions:</strong> Enter an OpenAI API key and perform LLM use cases (semantic search, sentiment analysis, summarization, translation, etc.)
|
54 |
<ul style="list-style-type:square;">
|