From 356c401ef014a3f256efd6949d0c18e2ed2eb09d Mon Sep 17 00:00:00 2001 From: Austin <31991302+austinm911@users.noreply.github.com> Date: Tue, 30 Jul 2024 20:08:37 -0700 Subject: [PATCH] add clarification --- .../integrations/document_loaders/file_loaders/unstructured.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/core_docs/docs/integrations/document_loaders/file_loaders/unstructured.mdx b/docs/core_docs/docs/integrations/document_loaders/file_loaders/unstructured.mdx index 1626b3987dff..7c82029f16de 100644 --- a/docs/core_docs/docs/integrations/document_loaders/file_loaders/unstructured.mdx +++ b/docs/core_docs/docs/integrations/document_loaders/file_loaders/unstructured.mdx @@ -4,7 +4,7 @@ hide_table_of_contents: true # Unstructured -This example covers how to use Unstructured to load files of many types. Unstructured currently supports loading of text files, powerpoints, html, pdfs, images, and more. +This example covers how to use [Unstructured.io](https://unstructured.io/) to load files of many types. Unstructured currently supports loading of text files, powerpoints, html, pdfs, images, and more. ## Setup