mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-29 11:01:18 +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> {
|
static async fromExistingIndex(embeddings: Embeddings, dbConfig: IZepConfig & Partial<ZepFilter>): Promise<ZepVectorStore> {
|
||||||
console.log('fromExistingIndex')
|
return new this(embeddings, dbConfig)
|
||||||
const instance = new this(embeddings, dbConfig)
|
|
||||||
return instance
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user