chore: Revert node names changes + update new node names to correct format

This commit is contained in:
paulpaliychuk
2024-02-24 13:47:53 -05:00
parent 7728178253
commit 6819d5f66b
6 changed files with 9 additions and 9 deletions
@@ -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'
this.version = 2.0
this.type = 'Zep'
this.icon = 'zep.svg'
@@ -21,7 +21,7 @@ class Zep_Existing_VectorStores implements INode {
constructor() {
this.label = 'Zep Load Existing Index - Open Source'
this.name = 'Zep Existing Index - Open Source'
this.name = 'zepExistingIndex'
this.version = 1.0
this.type = 'Zep'
this.icon = 'zep.svg'
@@ -21,7 +21,7 @@ class Zep_Upsert_VectorStores implements INode {
constructor() {
this.label = 'Zep Upsert Document - Open Source'
this.name = 'Zep Upsert - Open Source'
this.name = 'zepUpsert'
this.version = 1.0
this.type = 'Zep'
this.icon = 'zep.svg'