Skip to content

Commit

Permalink
Merge pull request #114 from aurelio-labs/james/0017
Browse files Browse the repository at this point in the history
chore: Update for version
  • Loading branch information
simjak committed Jan 17, 2024
2 parents 4089fd9 + 5562b9f commit 2fa3eb3
Show file tree
Hide file tree
Showing 7 changed files with 82 additions and 50 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.16"
"!pip install -qU semantic-router==0.0.17"
]
},
{
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.16"
"!pip install -qU semantic-router==0.0.17"
]
},
{
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.16"
"!pip install -qU semantic-router==0.0.17"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion docs/03-basic-langchain-agent.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
],
"source": [
"!pip install -qU \\\n",
" semantic-router==0.0.16 \\\n",
" semantic-router==0.0.17 \\\n",
" langchain==0.0.352 \\\n",
" openai==1.6.1"
]
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.16\""
"!pip install -qU \"semantic-router[local]==0.0.17\""
]
},
{
Expand Down
120 changes: 75 additions & 45 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions semantic_router/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@
from semantic_router.route import Route

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

__version__ = "0.0.17"

0 comments on commit 2fa3eb3

Please sign in to comment.