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