Fix lint Singlestore_Existing.ts

This commit is contained in:
Henry Heng
2023-07-17 23:18:36 +01:00
committed by GitHub
parent 5ce082e34f
commit 72489fb078
@@ -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') {