feat: Finalize zep-cloud integration, update naming

This commit is contained in:
paulpaliychuk
2024-02-20 00:31:35 -05:00
parent 29c86f77bf
commit 9da7a1b4de
6 changed files with 27 additions and 17 deletions
@@ -22,8 +22,8 @@ class Zep_VectorStores implements INode {
outputs: INodeOutputsValue[]
constructor() {
this.label = 'Zep'
this.name = 'zep'
this.label = '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'
this.name = 'zepExistingIndex'
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'
this.name = 'zepUpsert'
this.label = 'Zep Upsert Document (Open Source)'
this.name = 'Zep Upsert (Open Source)'
this.version = 1.0
this.type = 'Zep'
this.icon = 'zep.svg'