diff --git a/docs/00-introduction.ipynb b/docs/00-introduction.ipynb index 01df10ab40ccfd6018c3f943b070ad29a9183046..c18df0dc5597d7cfcca2bf3700cb5d342bfd163c 100644 --- a/docs/00-introduction.ipynb +++ b/docs/00-introduction.ipynb @@ -41,7 +41,7 @@ "metadata": {}, "outputs": [], "source": [ - "!pip install -qU semantic-router==0.0.32" + "!pip install -qU semantic-router==0.0.33" ] }, { diff --git a/docs/01-save-load-from-file.ipynb b/docs/01-save-load-from-file.ipynb index 6e9a7565393e7d912cc07e8c1fc542abf6c9f93d..e1a648cacfca2922549fc10f1ab609d092e4158d 100644 --- a/docs/01-save-load-from-file.ipynb +++ b/docs/01-save-load-from-file.ipynb @@ -36,7 +36,7 @@ "metadata": {}, "outputs": [], "source": [ - "!pip install -qU semantic-router==0.0.32" + "!pip install -qU semantic-router==0.0.33" ] }, { diff --git a/docs/02-dynamic-routes.ipynb b/docs/02-dynamic-routes.ipynb index 750ba24e47659af834d09ac0fa438689a46b31c4..cc151664b0d2df6d07215ad67835a28a4376115f 100644 --- a/docs/02-dynamic-routes.ipynb +++ b/docs/02-dynamic-routes.ipynb @@ -48,7 +48,7 @@ }, "outputs": [], "source": [ - "!pip install -qU semantic-router==0.0.32" + "!pip install -qU semantic-router==0.0.33" ] }, { diff --git a/docs/05-local-execution.ipynb b/docs/05-local-execution.ipynb index 8521f7827e82d1b70200bbb38fb203c6f4f39cc5..8049c27464d050cc73a4fb1e037ec75858b66eda 100644 --- a/docs/05-local-execution.ipynb +++ b/docs/05-local-execution.ipynb @@ -41,7 +41,7 @@ "metadata": {}, "outputs": [], "source": [ - "!pip install -qU \"semantic-router[local]==0.0.32\"" + "!pip install -qU \"semantic-router[local]==0.0.33\"" ] }, { diff --git a/docs/06-threshold-optimization.ipynb b/docs/06-threshold-optimization.ipynb index 59dbbce9d8feea976fbf43e043d44a1add2efc5d..e54970a8f38163edbce2b711728a6164dcac7a9a 100644 --- a/docs/06-threshold-optimization.ipynb +++ b/docs/06-threshold-optimization.ipynb @@ -29,7 +29,7 @@ "metadata": {}, "outputs": [], "source": [ - "!pip install -qU \"semantic-router[local]==0.0.32\"" + "!pip install -qU \"semantic-router[local]==0.0.33\"" ] }, { diff --git a/docs/07-multi-modal.ipynb b/docs/07-multi-modal.ipynb index d62f645c1efa545f92222f6bc34949f95d926dd5..f9303146d4b9bd970a583bd4ef7fa24040308826 100644 --- a/docs/07-multi-modal.ipynb +++ b/docs/07-multi-modal.ipynb @@ -100,7 +100,7 @@ ], "source": [ "!pip install -qU \\\n", - " \"semantic-router[vision]==0.0.32\" \\\n", + " \"semantic-router[vision]==0.0.33\" \\\n", " datasets==2.17.0" ] }, diff --git a/docs/09-route-filter.ipynb b/docs/09-route-filter.ipynb index 9c95e513e7af54b5de70008cae7a95a20e02cb68..78909c9908d5be6b9dacc590e807e811bf8fe8b8 100644 --- a/docs/09-route-filter.ipynb +++ b/docs/09-route-filter.ipynb @@ -41,7 +41,7 @@ "metadata": {}, "outputs": [], "source": [ - "!pip install -qU semantic-router==0.0.32" + "!pip install -qU semantic-router==0.0.33" ] }, { diff --git a/docs/encoders/google.ipynb b/docs/encoders/google.ipynb index d38265b27f1c1274a46e3ebefa65d3beb842a5ff..83a4c9885ed2999f4cb2c1b0dbbcd1369d90f6df 100644 --- a/docs/encoders/google.ipynb +++ b/docs/encoders/google.ipynb @@ -41,7 +41,7 @@ "metadata": {}, "outputs": [], "source": [ - "!pip install -qU \"semantic-router[google]==0.0.32\"" + "!pip install -qU \"semantic-router[google]==0.0.33\"" ] }, { diff --git a/docs/examples/unstructured-element-splitter.ipynb b/docs/examples/unstructured-element-splitter.ipynb index 5d9f93362fb2a09e8f78bc40742317205cf7face..e3a9be6fb76a24c416485b9a8f42e860eadf695e 100644 --- a/docs/examples/unstructured-element-splitter.ipynb +++ b/docs/examples/unstructured-element-splitter.ipynb @@ -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.32\"" + " \"semantic-router==0.0.33\"" ] }, {