From df4f9a6512e98f2ba7820a77d7788fd299bdac88 Mon Sep 17 00:00:00 2001 From: Rolando Cruz Date: Tue, 4 Feb 2025 09:46:04 -0500 Subject: [PATCH] ran yarn format --- libs/langchain-weaviate/src/vectorstores.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/langchain-weaviate/src/vectorstores.ts b/libs/langchain-weaviate/src/vectorstores.ts index 6c97aa7b7b60..50f7aacc5f8b 100644 --- a/libs/langchain-weaviate/src/vectorstores.ts +++ b/libs/langchain-weaviate/src/vectorstores.ts @@ -322,7 +322,7 @@ export class WeaviateStore extends VectorStore { pageContent: text, metadata: { ...rest, - collectionName: this.indexName + collectionName: this.indexName, }, id: _additional.id, }),