From 2a78bf4e588a037104fae3afcde923ef53f23b66 Mon Sep 17 00:00:00 2001
From: James Briggs <james.briggs@hotmail.com>
Date: Mon, 8 Apr 2024 18:11:33 +0800
Subject: [PATCH] update version in notebooks

---
 docs/00-introduction.ipynb                        | 2 +-
 docs/01-save-load-from-file.ipynb                 | 2 +-
 docs/02-dynamic-routes.ipynb                      | 2 +-
 docs/05-local-execution.ipynb                     | 2 +-
 docs/06-threshold-optimization.ipynb              | 2 +-
 docs/07-multi-modal.ipynb                         | 2 +-
 docs/09-route-filter.ipynb                        | 2 +-
 docs/encoders/google.ipynb                        | 2 +-
 docs/examples/unstructured-element-splitter.ipynb | 2 +-
 9 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/docs/00-introduction.ipynb b/docs/00-introduction.ipynb
index 87c63d8b..01df10ab 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.31"
+    "!pip install -qU semantic-router==0.0.32"
    ]
   },
   {
diff --git a/docs/01-save-load-from-file.ipynb b/docs/01-save-load-from-file.ipynb
index c6328cdb..6e9a7565 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.31"
+    "!pip install -qU semantic-router==0.0.32"
    ]
   },
   {
diff --git a/docs/02-dynamic-routes.ipynb b/docs/02-dynamic-routes.ipynb
index 2243c998..750ba24e 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.31"
+        "!pip install -qU semantic-router==0.0.32"
       ]
     },
     {
diff --git a/docs/05-local-execution.ipynb b/docs/05-local-execution.ipynb
index b47a77ef..8521f782 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.31\""
+    "!pip install -qU \"semantic-router[local]==0.0.32\""
    ]
   },
   {
diff --git a/docs/06-threshold-optimization.ipynb b/docs/06-threshold-optimization.ipynb
index c3033f82..59dbbce9 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.31\""
+    "!pip install -qU \"semantic-router[local]==0.0.32\""
    ]
   },
   {
diff --git a/docs/07-multi-modal.ipynb b/docs/07-multi-modal.ipynb
index 3277b221..d62f645c 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.31\" \\\n",
+    "    \"semantic-router[vision]==0.0.32\" \\\n",
     "    datasets==2.17.0"
    ]
   },
diff --git a/docs/09-route-filter.ipynb b/docs/09-route-filter.ipynb
index 4cadf97a..aa885567 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.31\n"
+    "!pip install -qU semantic-router==0.0.32\n"
    ]
   },
   {
diff --git a/docs/encoders/google.ipynb b/docs/encoders/google.ipynb
index 07078644..d38265b2 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.31\""
+    "!pip install -qU \"semantic-router[google]==0.0.32\""
    ]
   },
   {
diff --git a/docs/examples/unstructured-element-splitter.ipynb b/docs/examples/unstructured-element-splitter.ipynb
index 278b20a4..5d9f9336 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.31\""
+    "    \"semantic-router==0.0.32\""
    ]
   },
   {
-- 
GitLab