chore: Update labels + get rid of dev urls
This commit is contained in:
parent
9da7a1b4de
commit
aec0645fba
|
|
@ -18,7 +18,7 @@ class ZepMemory_Memory implements INode {
|
||||||
|
|
||||||
constructor() {
|
constructor() {
|
||||||
this.label = 'Zep Memory - Open Source'
|
this.label = 'Zep Memory - Open Source'
|
||||||
this.name = 'Zep Memory (Open Source)'
|
this.name = 'Zep Memory - Open Source'
|
||||||
this.version = 2.0
|
this.version = 2.0
|
||||||
this.type = 'ZepMemory'
|
this.type = 'ZepMemory'
|
||||||
this.icon = 'zep.svg'
|
this.icon = 'zep.svg'
|
||||||
|
|
|
||||||
|
|
@ -20,7 +20,7 @@ class ZepMemoryCloud_Memory implements INode {
|
||||||
|
|
||||||
constructor() {
|
constructor() {
|
||||||
this.label = 'Zep Memory - Cloud'
|
this.label = 'Zep Memory - Cloud'
|
||||||
this.name = 'Zep Memory (Cloud)'
|
this.name = 'Zep Memory - Cloud'
|
||||||
this.version = 2.0
|
this.version = 2.0
|
||||||
this.type = 'ZepMemory'
|
this.type = 'ZepMemory'
|
||||||
this.icon = 'zep.svg'
|
this.icon = 'zep.svg'
|
||||||
|
|
@ -110,7 +110,6 @@ const initializeZep = async (nodeData: INodeData, options: ICommonObject): Promi
|
||||||
const apiKey = getCredentialParam('apiKey', credentialData, nodeData)
|
const apiKey = getCredentialParam('apiKey', credentialData, nodeData)
|
||||||
const obj: ZepMemoryInput & ZepMemoryExtendedInput = {
|
const obj: ZepMemoryInput & ZepMemoryExtendedInput = {
|
||||||
apiKey,
|
apiKey,
|
||||||
baseURL: 'https://api.development.getzep.com',
|
|
||||||
aiPrefix,
|
aiPrefix,
|
||||||
humanPrefix,
|
humanPrefix,
|
||||||
memoryKey,
|
memoryKey,
|
||||||
|
|
|
||||||
|
|
@ -23,7 +23,7 @@ class Zep_VectorStores implements INode {
|
||||||
|
|
||||||
constructor() {
|
constructor() {
|
||||||
this.label = 'Zep Collection - Open Source'
|
this.label = 'Zep Collection - Open Source'
|
||||||
this.name = 'Zep Collection (Open Source)'
|
this.name = 'Zep Collection - Open Source'
|
||||||
this.version = 2.0
|
this.version = 2.0
|
||||||
this.type = 'Zep'
|
this.type = 'Zep'
|
||||||
this.icon = 'zep.svg'
|
this.icon = 'zep.svg'
|
||||||
|
|
|
||||||
|
|
@ -20,8 +20,8 @@ class Zep_Existing_VectorStores implements INode {
|
||||||
outputs: INodeOutputsValue[]
|
outputs: INodeOutputsValue[]
|
||||||
|
|
||||||
constructor() {
|
constructor() {
|
||||||
this.label = 'Zep Load Existing Index (Open Source)'
|
this.label = 'Zep Load Existing Index - Open Source'
|
||||||
this.name = 'Zep Existing Index (Open Source)'
|
this.name = 'Zep Existing Index - Open Source'
|
||||||
this.version = 1.0
|
this.version = 1.0
|
||||||
this.type = 'Zep'
|
this.type = 'Zep'
|
||||||
this.icon = 'zep.svg'
|
this.icon = 'zep.svg'
|
||||||
|
|
|
||||||
|
|
@ -20,8 +20,8 @@ class Zep_Upsert_VectorStores implements INode {
|
||||||
outputs: INodeOutputsValue[]
|
outputs: INodeOutputsValue[]
|
||||||
|
|
||||||
constructor() {
|
constructor() {
|
||||||
this.label = 'Zep Upsert Document (Open Source)'
|
this.label = 'Zep Upsert Document - Open Source'
|
||||||
this.name = 'Zep Upsert (Open Source)'
|
this.name = 'Zep Upsert - Open Source'
|
||||||
this.version = 1.0
|
this.version = 1.0
|
||||||
this.type = 'Zep'
|
this.type = 'Zep'
|
||||||
this.icon = 'zep.svg'
|
this.icon = 'zep.svg'
|
||||||
|
|
|
||||||
|
|
@ -23,7 +23,7 @@ class Zep_CloudVectorStores implements INode {
|
||||||
|
|
||||||
constructor() {
|
constructor() {
|
||||||
this.label = 'Zep Collection - Cloud'
|
this.label = 'Zep Collection - Cloud'
|
||||||
this.name = 'Zep Collection Cloud'
|
this.name = 'Zep Collection - Cloud'
|
||||||
this.version = 2.0
|
this.version = 2.0
|
||||||
this.type = 'Zep'
|
this.type = 'Zep'
|
||||||
this.icon = 'zep.svg'
|
this.icon = 'zep.svg'
|
||||||
|
|
@ -121,7 +121,6 @@ class Zep_CloudVectorStores implements INode {
|
||||||
const apiKey = getCredentialParam('apiKey', credentialData, nodeData)
|
const apiKey = getCredentialParam('apiKey', credentialData, nodeData)
|
||||||
|
|
||||||
const zepConfig: IZepConfig & Partial<ZepFilter> = {
|
const zepConfig: IZepConfig & Partial<ZepFilter> = {
|
||||||
apiUrl: 'https://api.development.getzep.com',
|
|
||||||
apiKey,
|
apiKey,
|
||||||
collectionName: zepCollection
|
collectionName: zepCollection
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue