mirror of https://github.com/FlowiseAI/Flowise.git
fix: Linter errors
parent
aec0645fba
commit
7728178253
|
|
@ -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)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue