minor update to labels

Upd 'source' in Vectara constructor
This commit is contained in:
Ofer Mendelevitch
2023-10-12 19:45:44 -07:00
parent b43a514ce4
commit 6a29ee8c02
4 changed files with 8 additions and 5 deletions
@@ -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 = {}