From e3d4c73b2ab5bfeb135a6795f8225f1a77b93212 Mon Sep 17 00:00:00 2001 From: Ofer Mendelevitch Date: Thu, 12 Oct 2023 20:11:01 -0700 Subject: [PATCH] updated to single quotes --- .../components/nodes/vectorstores/Vectara/Vectara_Existing.ts | 2 +- .../components/nodes/vectorstores/Vectara/Vectara_Upload.ts | 2 +- .../components/nodes/vectorstores/Vectara/Vectara_Upsert.ts | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/components/nodes/vectorstores/Vectara/Vectara_Existing.ts b/packages/components/nodes/vectorstores/Vectara/Vectara_Existing.ts index 961c1796..4448aa5c 100644 --- a/packages/components/nodes/vectorstores/Vectara/Vectara_Existing.ts +++ b/packages/components/nodes/vectorstores/Vectara/Vectara_Existing.ts @@ -106,7 +106,7 @@ class VectaraExisting_VectorStores implements INode { apiKey: apiKey, customerId: customerId, corpusId: corpusId, - source: "flowise" + source: 'flowise' } const vectaraFilter: VectaraFilter = {} diff --git a/packages/components/nodes/vectorstores/Vectara/Vectara_Upload.ts b/packages/components/nodes/vectorstores/Vectara/Vectara_Upload.ts index 23903c71..f4f3ab82 100644 --- a/packages/components/nodes/vectorstores/Vectara/Vectara_Upload.ts +++ b/packages/components/nodes/vectorstores/Vectara/Vectara_Upload.ts @@ -114,7 +114,7 @@ class VectaraUpload_VectorStores implements INode { apiKey: apiKey, customerId: customerId, corpusId: corpusId, - source: "flowise", + source: 'flowise', } const vectaraFilter: VectaraFilter = {} diff --git a/packages/components/nodes/vectorstores/Vectara/Vectara_Upsert.ts b/packages/components/nodes/vectorstores/Vectara/Vectara_Upsert.ts index 83700326..3e035a51 100644 --- a/packages/components/nodes/vectorstores/Vectara/Vectara_Upsert.ts +++ b/packages/components/nodes/vectorstores/Vectara/Vectara_Upsert.ts @@ -117,7 +117,7 @@ class VectaraUpsert_VectorStores implements INode { apiKey: apiKey, customerId: customerId, corpusId: corpusId, - source: "flowise" + source: 'flowise' } const vectaraFilter: VectaraFilter = {}