mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-29 07:01:04 +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
|
const k = topK ? parseInt(topK, 10) : 4
|
||||||
|
|
||||||
let vectorStore: SingleStoreVectorStore
|
let vectorStore: SingleStoreVectorStore
|
||||||
|
|
||||||
vectorStore = new SingleStoreVectorStore(embeddings, singleStoreConnectionConfig)
|
vectorStore = new SingleStoreVectorStore(embeddings, singleStoreConnectionConfig)
|
||||||
|
|
||||||
if (output === 'retriever') {
|
if (output === 'retriever') {
|
||||||
|
|||||||
Reference in New Issue
Block a user