Skip to content

Commit

Permalink
Merge pull request #240 from aurelio-labs/james/0.0.32
Browse files Browse the repository at this point in the history
chore: release 0.0.32
  • Loading branch information
jamescalam authored Apr 8, 2024
2 parents c2ced24 + 2a78bf4 commit 103a5e8
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 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.31"
"!pip install -qU semantic-router==0.0.32"
]
},
{
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.31"
"!pip install -qU semantic-router==0.0.32"
]
},
{
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.31"
"!pip install -qU semantic-router==0.0.32"
]
},
{
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.31\""
"!pip install -qU \"semantic-router[local]==0.0.32\""
]
},
{
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.31\""
"!pip install -qU \"semantic-router[local]==0.0.32\""
]
},
{
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 @@ -100,7 +100,7 @@
],
"source": [
"!pip install -qU \\\n",
" \"semantic-router[vision]==0.0.31\" \\\n",
" \"semantic-router[vision]==0.0.32\" \\\n",
" datasets==2.17.0"
]
},
Expand Down
2 changes: 1 addition & 1 deletion docs/09-route-filter.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.31\n"
"!pip install -qU semantic-router==0.0.32\n"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion docs/encoders/google.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[google]==0.0.31\""
"!pip install -qU \"semantic-router[google]==0.0.32\""
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/unstructured-element-splitter.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"# It may take longer to install the package\n",
"!pip install -qU \\\n",
" \"unstructured[pdf]==0.12.4\" \\\n",
" \"semantic-router==0.0.31\""
" \"semantic-router==0.0.32\""
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "semantic-router"
version = "0.0.31"
version = "0.0.32"
description = "Super fast semantic router for AI decision making"
authors = [
"James Briggs <james@aurelio.ai>",
Expand Down
2 changes: 1 addition & 1 deletion semantic_router/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@

__all__ = ["RouteLayer", "HybridRouteLayer", "Route", "LayerConfig"]

__version__ = "0.0.31"
__version__ = "0.0.32"

0 comments on commit 103a5e8

Please sign in to comment.