Skip to content

Commit 29dcc19

Browse files
authored
Merge pull request #16 from mongodb-developer/bohyunjung-patch-1
Update vector-search-lab.ipynb
2 parents 4b50ed6 + 3fbe416 commit 29dcc19

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

notebooks/vector-search-lab.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@
159159
"metadata": {},
160160
"outputs": [],
161161
"source": [
162-
"image_url = \"https://images.isbndb.com/covers/77/44/9780789467744.jpg\"\n",
162+
"image_url = \"https://images.isbndb.com/covers/4318463482198.jpg\"\n",
163163
"# Load the image from the URL above\n",
164164
"image = Image.open(requests.get(image_url, stream=True).raw)\n",
165165
"# Embed the `image` using the `embedding_model` instantiated above and return the embedding as a list\n",
@@ -454,7 +454,7 @@
454454
"outputs": [],
455455
"source": [
456456
"# Test the vector search with an image query\n",
457-
"vector_search(\"https://images.isbndb.com/covers/26/12/9780385412612.jpg\", \"image\")\n",
457+
"vector_search(\"https://images.isbndb.com/covers/10835953482746.jpg\", \"image\")\n",
458458
"\n",
459459
"# Also try these image queries:\n",
460460
"# - https://mongodb-developer.github.io/vector-search-lab/img/query-sample/1.png\n",

0 commit comments

Comments
 (0)