From 6f68916da49c9e9b0c9086d65216adc0fe26bfbf Mon Sep 17 00:00:00 2001 From: Yaroslav Demenskyi Date: Fri, 26 Jan 2024 13:24:15 -0800 Subject: [PATCH] how-to-build-llm-apps-that-can-see-hear-speak notes updated --- .../meta.toml | 2 +- .../notebook.ipynb | 28 +++++++++++++++++++ 2 files changed, 29 insertions(+), 1 deletion(-) diff --git a/notebooks/how-to-build-llm-apps-that-can-see-hear-speak/meta.toml b/notebooks/how-to-build-llm-apps-that-can-see-hear-speak/meta.toml index 6dc766a..eef53c6 100644 --- a/notebooks/how-to-build-llm-apps-that-can-see-hear-speak/meta.toml +++ b/notebooks/how-to-build-llm-apps-that-can-see-hear-speak/meta.toml @@ -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"] diff --git a/notebooks/how-to-build-llm-apps-that-can-see-hear-speak/notebook.ipynb b/notebooks/how-to-build-llm-apps-that-can-see-hear-speak/notebook.ipynb index 4200ce8..a4c330d 100644 --- a/notebooks/how-to-build-llm-apps-that-can-see-hear-speak/notebook.ipynb +++ b/notebooks/how-to-build-llm-apps-that-can-see-hear-speak/notebook.ipynb @@ -16,6 +16,20 @@ "" ] }, + { + "cell_type": "markdown", + "id": "8e704b4a", + "metadata": {}, + "source": [ + "
\n", + " \n", + "
\n", + "

Note

\n", + "

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

\n", + "
\n", + "
" + ] + }, { "cell_type": "markdown", "id": "a2a7fa17-ff2a-4abf-922d-af00514ab87e", @@ -73,6 +87,20 @@ "CREATE DATABASE llm_webinar;" ] }, + { + "cell_type": "markdown", + "id": "cc7f8d6f", + "metadata": {}, + "source": [ + "
\n", + " \n", + "
\n", + "

Action Required

\n", + "

Make sure to select a database from the drop-down menu at the top of this notebook. It updates the connection_url to connect to that database.

\n", + "
\n", + "
" + ] + }, { "cell_type": "markdown", "id": "a846eff5-74e7-410a-a51a-2a58da119e81",