mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-28 21:00:58 +03:00
minor update to labels
Upd 'source' in Vectara constructor
This commit is contained in:
@@ -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 = {}
|
||||
|
||||
Reference in New Issue
Block a user