Skip to content

Commit 946391f

Browse files
authored
fix: colab auth import
1 parent 79b4959 commit 946391f

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
@@ -81,7 +81,7 @@
8181
"import os\n",
8282
"\n",
8383
"if not os.environ.get(\"PINECONE_API_KEY\"):\n",
84-
" from pinecone_notebooks import Authenticate\n",
84+
" from pinecone_notebooks.colab import Authenticate\n",
8585
" Authenticate()\n",
8686
"\n",
8787
"api_key = os.environ.get(\"PINECONE_API_KEY\")"

0 commit comments

Comments
 (0)