mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-28 19:00:59 +03:00
fix namings, update description, show badge and node info
This commit is contained in:
@@ -25,7 +25,8 @@ class Redis_VectorStores implements INode {
|
||||
this.label = 'Redis'
|
||||
this.name = 'redis'
|
||||
this.version = 1.0
|
||||
this.description = 'Upsert or Load data to Redis'
|
||||
this.description =
|
||||
'Upsert embedded data and perform similarity search upon query using Redis, an open source, in-memory data structure store'
|
||||
this.type = 'Redis'
|
||||
this.icon = 'redis.svg'
|
||||
this.category = 'Vector Stores'
|
||||
|
||||
Reference in New Issue
Block a user