Skip to content

Commit

Permalink
Update interacting-with-the-index.ipynb
Browse files Browse the repository at this point in the history
  • Loading branch information
miararoy authored Feb 1, 2024
1 parent 1b98918 commit dd50612
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/quick-tour/interacting-with-the-index.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -824,7 +824,7 @@
],
"source": [
"# Update vectors by ID\n",
"index.upsert(vectors=[(\"A\",[0., 0.])])"
"index.upsert(vectors=[(\"A\",[0.1, 0.1])])"
]
},
{
Expand Down

0 comments on commit dd50612

Please sign in to comment.