Skip to content

Commit

Permalink
how-to-build-llm-apps-that-can-see-hear-speak notes updated
Browse files Browse the repository at this point in the history
  • Loading branch information
demenskyi committed Jan 26, 2024
1 parent 3418afa commit 6f68916
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ description="""\
Using OpenAI to build a an app that can take images, audio, and text data to generate output
"""
icon="chart-network"
tags=["advanced", "openai", "genai"]
tags=["advanced", "openai", "genai", "vectordb"]
destinations=["spaces"]
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,20 @@
"</div>"
]
},
{
"cell_type": "markdown",
"id": "8e704b4a",
"metadata": {},
"source": [
"<div class=\"alert alert-block alert-info\">\n",
" <b class=\"fa fa-solid fa-info-circle\"></b>\n",
" <div>\n",
" <p><b>Note</b></p>\n",
" <p>This tutorial is meant for Standard & Premium Workspaces. You can't run this with a Free Starter Workspace due to restrictions on Storage. Create a Workspace using +group in the left nav & select Standard for this notebook. Gallery notebooks tagged with \"Starter\" are suitable to run on a Free Starter Workspace </p>\n",
" </div>\n",
"</div>"
]
},
{
"cell_type": "markdown",
"id": "a2a7fa17-ff2a-4abf-922d-af00514ab87e",
Expand Down Expand Up @@ -73,6 +87,20 @@
"CREATE DATABASE llm_webinar;"
]
},
{
"cell_type": "markdown",
"id": "cc7f8d6f",
"metadata": {},
"source": [
"<div class=\"alert alert-block alert-warning\">\n",
" <b class=\"fa fa-solid fa-exclamation-circle\"></b>\n",
" <div>\n",
" <p><b>Action Required</b></p>\n",
" <p> Make sure to select a database from the drop-down menu at the top of this notebook. It updates the <tt>connection_url</tt> to connect to that database.</p>\n",
" </div>\n",
"</div>"
]
},
{
"cell_type": "markdown",
"id": "a846eff5-74e7-410a-a51a-2a58da119e81",
Expand Down

0 comments on commit 6f68916

Please sign in to comment.