File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 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 " ,
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 " ,
You can’t perform that action at this time.
0 commit comments