Skip to content

Commit

Permalink
Merge pull request #353 from aurelio-labs/james/sr-async-doc-update
Browse files Browse the repository at this point in the history
fix: docs outdated
  • Loading branch information
jamescalam committed Jul 15, 2024
2 parents 72ba7eb + 7e133a9 commit ae08fab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/indexes/pinecone_async.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"metadata": {},
"outputs": [],
"source": [
"!pip install -qU \"semantic-router[pinecone]==0.0.47\""
"!pip install -qU \"semantic-router[pinecone]==0.0.52\""
]
},
{
Expand Down Expand Up @@ -181,7 +181,7 @@
"os.environ[\"PINECONE_API_KEY\"] = os.environ.get(\"PINECONE_API_KEY\") or getpass(\n",
" \"Enter Pinecone API key: \"\n",
")\n",
"pc_index = PineconeIndex(dimensions=1536)"
"pc_index = PineconeIndex(dimensions=1536, init_async_index=True)"
]
},
{
Expand Down

0 comments on commit ae08fab

Please sign in to comment.