From 7d44316d926702820097d93c1c095902095c84eb Mon Sep 17 00:00:00 2001 From: John <43506685+Coniferish@users.noreply.github.com> Date: Thu, 5 Dec 2024 11:57:51 -0500 Subject: [PATCH] docs: Add link for how to install extras (#28537) **Description:** Add link for how to install extras --- docs/docs/integrations/providers/unstructured.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/integrations/providers/unstructured.mdx b/docs/docs/integrations/providers/unstructured.mdx index 312a28d6f68..8425ff1faa2 100644 --- a/docs/docs/integrations/providers/unstructured.mdx +++ b/docs/docs/integrations/providers/unstructured.mdx @@ -22,7 +22,7 @@ dependencies running. - To run everything locally, install the open-source python package with `pip install unstructured` along with `pip install langchain-community` and use the same `UnstructuredLoader` as mentioned above. - - You can install document specific dependencies with extras, e.g. `pip install "unstructured[docx]"`. + - You can install document specific dependencies with extras, e.g. `pip install "unstructured[docx]"`. Learn more about extras [here](https://docs.unstructured.io/open-source/installation/full-installation). - To install the dependencies for all document types, use `pip install "unstructured[all-docs]"`. - Install the following system dependencies if they are not already available on your system with e.g. `brew install` for Mac. Depending on what document types you're parsing, you may not need all of these.