Skip to content

Commit 79620b4

Browse files
committed
Updated icon
1 parent 10daed2 commit 79620b4

File tree

1 file changed

+2
-2
lines changed
  • packages/components/nodes/vectorstores/Teradata

1 file changed

+2
-2
lines changed

packages/components/nodes/vectorstores/Teradata/Teradata.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ class Teradata_VectorStores implements INode {
2323
this.name = 'teradata'
2424
this.version = 1.0
2525
this.type = 'teradata'
26-
this.icon = 'teradata.jpg'
26+
this.icon = 'teradata.svg'
2727
this.category = 'Vector Stores'
2828
this.description = 'Upsert embedded data and perform similarity search upon query using Teradata Enterprise Vector Store'
2929
this.baseClasses = [this.type, 'BaseRetriever']
@@ -816,4 +816,4 @@ class Teradata_VectorStores implements INode {
816816
}
817817
}
818818

819-
module.exports = { nodeClass: Teradata_VectorStores }
819+
module.exports = { nodeClass: Teradata_VectorStores }

0 commit comments

Comments
 (0)