mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-28 21:00:58 +03:00
Merge pull request #14 from 3eif/vectara-upload-files
Vectara upload files fix
This commit is contained in:
@@ -144,7 +144,6 @@ class VectaraUpload_VectorStores implements INode {
|
|||||||
|
|
||||||
const vectorStore = new VectaraStore(vectaraArgs)
|
const vectorStore = new VectaraStore(vectaraArgs)
|
||||||
await vectorStore.addFiles(vectaraFiles)
|
await vectorStore.addFiles(vectaraFiles)
|
||||||
files = []
|
|
||||||
|
|
||||||
if (output === 'retriever') {
|
if (output === 'retriever') {
|
||||||
const retriever = vectorStore.asRetriever(k, vectaraFilter)
|
const retriever = vectorStore.asRetriever(k, vectaraFilter)
|
||||||
|
|||||||
Reference in New Issue
Block a user