Skip to content

Commit 21bb928

Browse files
authored
Update SDK version in quickstart notebook (#447)
## Problem The quickstart notebook doesn't use the latest major SDK version. ## Solution Update the pip install command. ## Type of Change - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] This change requires a documentation update - [ ] Infrastructure change (CI configs, etc) - [ ] Non-code change (docs, etc) - [ ] None of the above: (explain here) ## Test Plan Describe specific steps for validating this change.
1 parent a34c616 commit 21bb928

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/pinecone-quickstart.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"outputs": [],
3636
"source": [
3737
"!pip install -qU \\\n",
38-
" pinecone==6.0.2 \\\n",
38+
" pinecone==7.0.1 \\\n",
3939
" pinecone-notebooks"
4040
]
4141
},

0 commit comments

Comments
 (0)