Skip to content

Commit

Permalink
update versions in docs notebooks
Browse files Browse the repository at this point in the history
  • Loading branch information
jamescalam committed Mar 2, 2024
1 parent 6864016 commit 17943fe
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/00-introduction.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"metadata": {},
"outputs": [],
"source": [
"!pip install -qU semantic-router==0.0.20"
"!pip install -qU semantic-router==0.0.27"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion docs/01-save-load-from-file.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"metadata": {},
"outputs": [],
"source": [
"!pip install -qU semantic-router==0.0.20"
"!pip install -qU semantic-router==0.0.27"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion docs/02-dynamic-routes.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
},
"outputs": [],
"source": [
"!pip install -qU semantic-router==0.0.20"
"!pip install -qU semantic-router==0.0.27"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion docs/05-local-execution.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"metadata": {},
"outputs": [],
"source": [
"!pip install -qU \"semantic-router[local]==0.0.20\""
"!pip install -qU \"semantic-router[local]==0.0.27\""
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion docs/06-threshold-optimization.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"metadata": {},
"outputs": [],
"source": [
"!pip install -qU \"semantic-router[local]==0.0.20\""
"!pip install -qU \"semantic-router[local]==0.0.27\""
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion docs/07-multi-modal.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"outputs": [],
"source": [
"!pip install -qU \\\n",
" \"semantic-router[vision]==0.0.25\" \\\n",
" \"semantic-router[vision]==0.0.27\" \\\n",
" datasets==2.17.0"
]
},
Expand Down

0 comments on commit 17943fe

Please sign in to comment.