Updated icons

This commit is contained in:
abhishekshankr
2023-12-18 12:52:27 -05:00
parent bd60ae1edd
commit bc459df067
6 changed files with 18 additions and 19 deletions
@@ -24,7 +24,7 @@ class OpenSearch_VectorStores implements INode {
this.name = 'openSearch'
this.version = 1.0
this.type = 'OpenSearch'
this.icon = 'opensearch.png'
this.icon = 'opensearch.svg'
this.category = 'Vector Stores'
this.description = `Upsert embedded data and perform similarity search upon query using OpenSearch, an open-source, all-in-one vector database`
this.baseClasses = [this.type, 'VectorStoreRetriever', 'BaseRetriever']