mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-28 15:00:57 +03:00
Fix lint Singlestore_Existing.ts
This commit is contained in:
@@ -124,7 +124,7 @@ class SingleStoreExisting_VectorStores implements INode {
|
||||
const k = topK ? parseInt(topK, 10) : 4
|
||||
|
||||
let vectorStore: SingleStoreVectorStore
|
||||
|
||||
|
||||
vectorStore = new SingleStoreVectorStore(embeddings, singleStoreConnectionConfig)
|
||||
|
||||
if (output === 'retriever') {
|
||||
|
||||
Reference in New Issue
Block a user