We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10daed2 commit 79620b4Copy full SHA for 79620b4
packages/components/nodes/vectorstores/Teradata/Teradata.ts
@@ -23,7 +23,7 @@ class Teradata_VectorStores implements INode {
23
this.name = 'teradata'
24
this.version = 1.0
25
this.type = 'teradata'
26
- this.icon = 'teradata.jpg'
+ this.icon = 'teradata.svg'
27
this.category = 'Vector Stores'
28
this.description = 'Upsert embedded data and perform similarity search upon query using Teradata Enterprise Vector Store'
29
this.baseClasses = [this.type, 'BaseRetriever']
@@ -816,4 +816,4 @@ class Teradata_VectorStores implements INode {
816
}
817
818
819
-module.exports = { nodeClass: Teradata_VectorStores }
+module.exports = { nodeClass: Teradata_VectorStores }
0 commit comments