diff --git a/docs/docs/ecosystem/unstructured.md b/docs/docs/ecosystem/unstructured.md index ad75dfa0802e..5677eef591f0 100644 --- a/docs/docs/ecosystem/unstructured.md +++ b/docs/docs/ecosystem/unstructured.md @@ -24,7 +24,7 @@ If you are running the container locally, switch the url to `https://api.unstructured.io/general/v0/general`. ```typescript -import { UnstructuredLoader } from "langchain/document_loader"; +import { UnstructuredLoader } from "langchain/document_loaders/fs/unstructured"; const loader = new UnstructuredLoader( "https://api.unstructured.io/general/v0/general",