Skip to content

Commit

Permalink
real-time-recommendation-engine notes and tags updated
Browse files Browse the repository at this point in the history
  • Loading branch information
demenskyi committed Jan 26, 2024
1 parent 2c732b2 commit 0bb3c08
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
2 changes: 1 addition & 1 deletion notebooks/real-time-recommendation-engine/meta.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ description="""\
We demonstrate how to build and host a real-time recommendation engine for free with SingleStore. The notebook also leverages our new SingleStore Job Service to ensure that the latest data is ingested and used in providing recommendations.\
"""
icon="crystal-ball"
tags=["openai", "vercel", "realtime", "vectordb"]
tags=["starter", "openai", "vercel", "realtime", "vectordb"]
destinations=["spaces"]
13 changes: 13 additions & 0 deletions notebooks/real-time-recommendation-engine/notebook.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,19 @@
"</div>"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"<div class=\"alert alert-block alert-warning\">\n",
" <b class=\"fa fa-solid fa-exclamation-circle\"></b>\n",
" <div>\n",
" <p><b>Note</b></p>\n",
" <p> This notebook can be run on a Free Starter Workspace. To create a Free Starter Workspace navigate to <tt>Start</tt> using the left nav. You can also use your existing Standard or Premium workspace with this Notebook. </p>\n",
" </div>\n",
"</div>"
]
},
{
"attachments": {},
"cell_type": "markdown",
Expand Down

0 comments on commit 0bb3c08

Please sign in to comment.