From f8017fd961218a8bd254ad1247fb7c36121c313a Mon Sep 17 00:00:00 2001
From: James Briggs <james.briggs@hotmail.com>
Date: Wed, 17 Apr 2024 15:28:29 +0800
Subject: [PATCH] chore: notebook versions

---
 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 01df10ab..c18df0dc 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 6e9a7565..e1a648ca 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 750ba24e..cc151664 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 8521f782..8049c274 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 59dbbce9..e54970a8 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 d62f645c..f9303146 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 9c95e513..78909c99 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 d38265b2..83a4c988 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 5d9f9336..e3a9be6f 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\""
    ]
   },
   {
-- 
GitLab