From 361f77072b1ec886c538f7e0c7ae410897812bf8 Mon Sep 17 00:00:00 2001 From: bracesproul Date: Fri, 26 Jul 2024 14:40:35 -0700 Subject: [PATCH] chore: lint files --- .../langchain-community/src/document_loaders/fs/unstructured.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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