diff --git a/libs/langchain-community/src/document_loaders/fs/unstructured.ts b/libs/langchain-community/src/document_loaders/fs/unstructured.ts index 9a7d4e7033d7..6f888fe516a2 100644 --- a/libs/langchain-community/src/document_loaders/fs/unstructured.ts +++ b/libs/langchain-community/src/document_loaders/fs/unstructured.ts @@ -131,7 +131,7 @@ export type UnstructuredMemoryLoaderOptions = { /** * @deprecated Unstructured now has a standalone partner package with LangChain. Please download `@langchain/unstructured` instead. - * + * * A document loader that uses the Unstructured API to load unstructured * documents. It supports both the new syntax with options object and the * legacy syntax for backward compatibility. The load() method sends a