Skip to content

Commit

Permalink
Merge pull request #127 from aurelio-labs/james/colab-conflict-fix
Browse files Browse the repository at this point in the history
fix: colab conflict fix
  • Loading branch information
jamescalam committed Jan 28, 2024
2 parents f2b3f2f + a76bb80 commit da6b55f
Show file tree
Hide file tree
Showing 12 changed files with 22 additions and 146 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.19"
"!pip install -qU semantic-router==0.0.20"
]
},
{
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.19"
"!pip install -qU semantic-router==0.0.20"
]
},
{
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.19"
"!pip install -qU semantic-router==0.0.20"
]
},
{
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.19 \\\n",
" semantic-router=20 \\\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.19\""
"!pip install -qU \"semantic-router[local]==0.0.20\""
]
},
{
Expand Down
4 changes: 2 additions & 2 deletions docs/06-threshold-optimization.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/aurelio-labs/semantic-router/blob/main/docs/08-scaling-agent-tools.ipynb) [![Open nbviewer](https://raw.githubusercontent.com/pinecone-io/examples/master/assets/nbviewer-shield.svg)](https://nbviewer.org/github/aurelio-labs/semantic-router/blob/main/docs/08-scaling-agent-tools.ipynb)"
"[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/aurelio-labs/semantic-router/blob/main/docs/06-threshold-optimization.ipynb) [![Open nbviewer](https://raw.githubusercontent.com/pinecone-io/examples/master/assets/nbviewer-shield.svg)](https://nbviewer.org/github/aurelio-labs/semantic-router/blob/main/docs/06-threshold-optimization)"
]
},
{
Expand All @@ -29,7 +29,7 @@
"metadata": {},
"outputs": [],
"source": [
"!pip install -qU \"semantic-router[local]==0.0.19\""
"!pip install -qU \"semantic-router[local]==0.0.20\""
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion docs/encoders/fastembed.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"metadata": {},
"outputs": [],
"source": [
"!pip install -qU \"semantic-router[fastembed]==0.0.19\""
"!pip install -qU \"semantic-router[fastembed]==0.0.20\""
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion docs/encoders/huggingface.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.19\""
"!pip install -qU \"semantic-router[local]==0.0.20\""
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion docs/encoders/openai-embed-3.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.19"
"!pip install -qU semantic-router==0.0.20"
]
},
{
Expand Down
Loading

0 comments on commit da6b55f

Please sign in to comment.