mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-28 19:00:59 +03:00
fix: Linter errors
This commit is contained in:
@@ -224,9 +224,7 @@ class ZepExistingVS extends ZepVectorStore {
|
||||
}
|
||||
|
||||
static async fromExistingIndex(embeddings: Embeddings, dbConfig: IZepConfig & Partial<ZepFilter>): Promise<ZepVectorStore> {
|
||||
console.log('fromExistingIndex')
|
||||
const instance = new this(embeddings, dbConfig)
|
||||
return instance
|
||||
return new this(embeddings, dbConfig)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user