From 6b6fbaf19f0b3c970c6ccc966255cc5714929376 Mon Sep 17 00:00:00 2001 From: James Briggs <35938317+jamescalam@users.noreply.github.com> Date: Mon, 26 Feb 2024 12:44:54 +0700 Subject: [PATCH] cleanup install to incl semantic router --- .../unstructured-element-splitter.ipynb | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) diff --git a/docs/examples/unstructured-element-splitter.ipynb b/docs/examples/unstructured-element-splitter.ipynb index f638c335..c13a6a59 100644 --- a/docs/examples/unstructured-element-splitter.ipynb +++ b/docs/examples/unstructured-element-splitter.ipynb @@ -14,7 +14,16 @@ "outputs": [], "source": [ "# It may take longer to install the package\n", - "!pip install -q -U \"unstructured[pdf]\"" + "!pip install -qU \\\n", + " \"unstructured[pdf]==0.12.4\" \\\n", + " \"semantic-router==0.0.24\"" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "Start by downloading and processing an ArXiv paper." ] }, { @@ -300,11 +309,11 @@ ] }, { - "cell_type": "code", - "execution_count": null, + "cell_type": "markdown", "metadata": {}, - "outputs": [], - "source": [] + "source": [ + "---" + ] } ], "metadata": { -- GitLab