minor update to labels

Upd 'source' in Vectara constructor
pull/1047/head
Ofer Mendelevitch 2023-10-12 19:45:44 -07:00
parent b43a514ce4
commit 6a29ee8c02
4 changed files with 8 additions and 5 deletions

View File

@ -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 <a target="_blank" href="https://docs.flowiseai.com/vector-stores/vectara">documentation</a> 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 = {}

View File

@ -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 = {}

View File

@ -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 = {}

View File

@ -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 <a target=\"_blank\" href=\"https://docs.flowiseai.com/vector-stores/vectara\">documentation</a> on how to use Vectara filters with Flowise.",
"type": "string",