diff --git a/packages/components/nodes/vectorstores/Vectara/Vectara_Existing.ts b/packages/components/nodes/vectorstores/Vectara/Vectara_Existing.ts
index 122fcbd2..4448aa5c 100644
--- a/packages/components/nodes/vectorstores/Vectara/Vectara_Existing.ts
+++ b/packages/components/nodes/vectorstores/Vectara/Vectara_Existing.ts
@@ -32,7 +32,7 @@ class VectaraExisting_VectorStores implements INode {
}
this.inputs = [
{
- label: 'Vectara Metadata Filter',
+ label: 'Metadata Filter',
name: 'filter',
description:
'Filter to apply to Vectara metadata. Refer to the documentation on how to use Vectara filters with Flowise.',
@@ -105,7 +105,8 @@ class VectaraExisting_VectorStores implements INode {
const vectaraArgs: VectaraLibArgs = {
apiKey: apiKey,
customerId: customerId,
- corpusId: corpusId
+ corpusId: corpusId,
+ 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 56cfbcff..39104b9d 100644
--- a/packages/components/nodes/vectorstores/Vectara/Vectara_Upload.ts
+++ b/packages/components/nodes/vectorstores/Vectara/Vectara_Upload.ts
@@ -39,7 +39,7 @@ class VectaraUpload_VectorStores implements INode {
type: 'file'
},
{
- label: 'Vectara Metadata Filter',
+ label: 'Metadata Filter',
name: 'filter',
description:
'Filter to apply to Vectara metadata. Refer to the documentation on how to use Vectara filters with Flowise.',
@@ -113,7 +113,8 @@ class VectaraUpload_VectorStores implements INode {
const vectaraArgs: VectaraLibArgs = {
apiKey: apiKey,
customerId: customerId,
- corpusId: corpusId
+ corpusId: corpusId,
+ 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 9918fff2..3e035a51 100644
--- a/packages/components/nodes/vectorstores/Vectara/Vectara_Upsert.ts
+++ b/packages/components/nodes/vectorstores/Vectara/Vectara_Upsert.ts
@@ -41,7 +41,7 @@ class VectaraUpsert_VectorStores implements INode {
list: true
},
{
- label: 'Vectara Metadata Filter',
+ label: 'Metadata Filter',
name: 'filter',
description:
'Filter to apply to Vectara metadata. Refer to the documentation on how to use Vectara filters with Flowise.',
@@ -116,7 +116,8 @@ class VectaraUpsert_VectorStores implements INode {
const vectaraArgs: VectaraLibArgs = {
apiKey: apiKey,
customerId: customerId,
- corpusId: corpusId
+ corpusId: corpusId,
+ source: 'flowise'
}
const vectaraFilter: VectaraFilter = {}
diff --git a/packages/server/marketplaces/chatflows/Vectara LLM Chain Upload.json b/packages/server/marketplaces/chatflows/Vectara LLM Chain Upload.json
index dc1c1e17..5fc540b0 100644
--- a/packages/server/marketplaces/chatflows/Vectara LLM Chain Upload.json
+++ b/packages/server/marketplaces/chatflows/Vectara LLM Chain Upload.json
@@ -32,7 +32,7 @@
"id": "vectaraUpload_0-input-file-file"
},
{
- "label": "Vectara Metadata Filter",
+ "label": "Metadata Filter",
"name": "filter",
"description": "Filter to apply to Vectara metadata. Refer to the documentation on how to use Vectara filters with Flowise.",
"type": "string",