Skip to content

Commit

Permalink
Merge pull request #316 from pinecone-io/fix-zero-only-vectors
Browse files Browse the repository at this point in the history
Update interacting-with-the-index.ipynb
  • Loading branch information
miararoy authored Feb 6, 2024
2 parents 5231375 + dd50612 commit 580de38
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 580de38

Please sign in to comment.