mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-28 23:01:09 +03:00
chore: Update labels + get rid of dev urls
This commit is contained in:
@@ -23,7 +23,7 @@ class Zep_VectorStores implements INode {
|
||||
|
||||
constructor() {
|
||||
this.label = 'Zep Collection - Open Source'
|
||||
this.name = 'Zep Collection (Open Source)'
|
||||
this.name = 'Zep Collection - Open Source'
|
||||
this.version = 2.0
|
||||
this.type = 'Zep'
|
||||
this.icon = 'zep.svg'
|
||||
|
||||
@@ -20,8 +20,8 @@ class Zep_Existing_VectorStores implements INode {
|
||||
outputs: INodeOutputsValue[]
|
||||
|
||||
constructor() {
|
||||
this.label = 'Zep Load Existing Index (Open Source)'
|
||||
this.name = 'Zep Existing Index (Open Source)'
|
||||
this.label = 'Zep Load Existing Index - Open Source'
|
||||
this.name = 'Zep Existing Index - Open Source'
|
||||
this.version = 1.0
|
||||
this.type = 'Zep'
|
||||
this.icon = 'zep.svg'
|
||||
|
||||
@@ -20,8 +20,8 @@ class Zep_Upsert_VectorStores implements INode {
|
||||
outputs: INodeOutputsValue[]
|
||||
|
||||
constructor() {
|
||||
this.label = 'Zep Upsert Document (Open Source)'
|
||||
this.name = 'Zep Upsert (Open Source)'
|
||||
this.label = 'Zep Upsert Document - Open Source'
|
||||
this.name = 'Zep Upsert - Open Source'
|
||||
this.version = 1.0
|
||||
this.type = 'Zep'
|
||||
this.icon = 'zep.svg'
|
||||
|
||||
Reference in New Issue
Block a user