mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-28 21:00:58 +03:00
Redis Vector Store - Minor Updates to Options to better reflect the intent.
This commit is contained in:
@@ -23,7 +23,7 @@ class RedisExisting_VectorStores extends RedisSearchBase implements INode {
|
||||
embeddings: Embeddings,
|
||||
indexName: string,
|
||||
// eslint-disable-next-line unused-imports/no-unused-vars
|
||||
deleteIndex: boolean,
|
||||
replaceIndex: boolean,
|
||||
_: Document<Record<string, any>>[]
|
||||
): Promise<VectorStore> {
|
||||
const storeConfig: RedisVectorStoreConfig = {
|
||||
|
||||
Reference in New Issue
Block a user