Skip to content

Commit a0b9efe

Browse files
author
ajosh0504
committed
Updating comment
1 parent 2d56b03 commit a0b9efe

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

solutions/vector-search-lab.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@
277277
" Returns:\n",
278278
" List[float]: Embedding of the content as a list.\n",
279279
" \"\"\"\n",
280-
" # If an image URL is provided, first load the image\n",
280+
" # If the input is an image, first load the image content\n",
281281
" if mode == \"image\":\n",
282282
" if content.startswith(\"http\"):\n",
283283
" content = Image.open(requests.get(content, stream=True).raw)\n",
@@ -967,7 +967,7 @@
967967
],
968968
"metadata": {
969969
"kernelspec": {
970-
"display_name": "Python 3",
970+
"display_name": "base",
971971
"language": "python",
972972
"name": "python3"
973973
},
@@ -981,7 +981,7 @@
981981
"name": "python",
982982
"nbconvert_exporter": "python",
983983
"pygments_lexer": "ipython3",
984-
"version": "3.9.6"
984+
"version": "3.11.6"
985985
},
986986
"widgets": {
987987
"application/vnd.jupyter.widget-state+json": {

0 commit comments

Comments
 (0)