mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-28 23:01:09 +03:00
updated to single quotes
This commit is contained in:
@@ -106,7 +106,7 @@ class VectaraExisting_VectorStores implements INode {
|
||||
apiKey: apiKey,
|
||||
customerId: customerId,
|
||||
corpusId: corpusId,
|
||||
source: "flowise"
|
||||
source: 'flowise'
|
||||
}
|
||||
|
||||
const vectaraFilter: VectaraFilter = {}
|
||||
|
||||
@@ -114,7 +114,7 @@ class VectaraUpload_VectorStores implements INode {
|
||||
apiKey: apiKey,
|
||||
customerId: customerId,
|
||||
corpusId: corpusId,
|
||||
source: "flowise",
|
||||
source: 'flowise',
|
||||
}
|
||||
|
||||
const vectaraFilter: VectaraFilter = {}
|
||||
|
||||
@@ -117,7 +117,7 @@ class VectaraUpsert_VectorStores implements INode {
|
||||
apiKey: apiKey,
|
||||
customerId: customerId,
|
||||
corpusId: corpusId,
|
||||
source: "flowise"
|
||||
source: 'flowise'
|
||||
}
|
||||
|
||||
const vectaraFilter: VectaraFilter = {}
|
||||
|
||||
Reference in New Issue
Block a user