mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-28 13:00:56 +03:00
Updated icons
This commit is contained in:
@@ -26,7 +26,7 @@ class MongoDBAtlas_VectorStores implements INode {
|
||||
this.version = 1.0
|
||||
this.description = `Upsert embedded data and perform similarity search upon query using MongoDB Atlas, a managed cloud mongodb database`
|
||||
this.type = 'MongoDB Atlas'
|
||||
this.icon = 'mongodb.png'
|
||||
this.icon = 'mongodb.svg'
|
||||
this.category = 'Vector Stores'
|
||||
this.baseClasses = [this.type, 'VectorStoreRetriever', 'BaseRetriever']
|
||||
this.badge = 'NEW'
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 3.7 KiB |
@@ -0,0 +1,5 @@
|
||||
<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M15 29C15 29.5523 15.4477 30 16 30C16.5523 30 17 29.5523 17 29H15ZM17 29V26.5H15V29H17Z" fill="#01EC64"/>
|
||||
<path d="M9 15C9 20.6416 12.5363 24.5149 15.4527 26.6201C15.78 26.8564 16.22 26.8564 16.5473 26.6201C19.4637 24.5149 23 20.6416 23 15C23 9.35527 19.4597 4.59562 16.5424 2.38641C16.2206 2.14269 15.7794 2.14269 15.4576 2.38641C12.5403 4.59562 9 9.35527 9 15Z" fill="#01EC64" stroke="#01EC64" stroke-width="2"/>
|
||||
<path d="M16 25V12" stroke="white" stroke-width="1.5" stroke-linecap="round"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 606 B |
@@ -24,7 +24,7 @@ class OpenSearchUpsert_VectorStores implements INode {
|
||||
this.name = 'openSearchUpsertDocument'
|
||||
this.version = 1.0
|
||||
this.type = 'OpenSearch'
|
||||
this.icon = 'opensearch.png'
|
||||
this.icon = 'opensearch.svg'
|
||||
this.category = 'Vector Stores'
|
||||
this.description = 'Upsert documents to OpenSearch'
|
||||
this.baseClasses = [this.type, 'VectorStoreRetriever', 'BaseRetriever']
|
||||
|
||||
@@ -22,7 +22,7 @@ class OpenSearch_Existing_VectorStores implements INode {
|
||||
this.name = 'openSearchExistingIndex'
|
||||
this.version = 1.0
|
||||
this.type = 'OpenSearch'
|
||||
this.icon = 'opensearch.png'
|
||||
this.icon = 'opensearch.svg'
|
||||
this.category = 'Vector Stores'
|
||||
this.description = 'Load existing index from OpenSearch (i.e: Document has been upserted)'
|
||||
this.baseClasses = [this.type, 'VectorStoreRetriever', 'BaseRetriever']
|
||||
|
||||
Reference in New Issue
Block a user