Skip to content

Commit 580de38

Browse files
authored
Merge pull request #316 from pinecone-io/fix-zero-only-vectors
Update interacting-with-the-index.ipynb
2 parents 5231375 + dd50612 commit 580de38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/quick-tour/interacting-with-the-index.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -824,7 +824,7 @@
824824
],
825825
"source": [
826826
"# Update vectors by ID\n",
827-
"index.upsert(vectors=[(\"A\",[0., 0.])])"
827+
"index.upsert(vectors=[(\"A\",[0.1, 0.1])])"
828828
]
829829
},
830830
{

0 commit comments

Comments
 (0)