mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-28 07:00:49 +03:00
Updated Icons
This commit is contained in:
@@ -1,10 +1,9 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-chart-dots-3" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
|
||||
<path stroke="none" d="M0 0h24v24H0z" fill="none"></path>
|
||||
<path d="M5 7m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0"></path>
|
||||
<path d="M16 15m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0"></path>
|
||||
<path d="M18 6m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0"></path>
|
||||
<path d="M6 18m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0"></path>
|
||||
<path d="M9 17l5 -1.5"></path>
|
||||
<path d="M6.5 8.5l7.81 5.37"></path>
|
||||
<path d="M7 7l8 -1"></path>
|
||||
</svg>
|
||||
<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M6 10C6 10.5304 6.21071 11.0391 6.58579 11.4142C6.96086 11.7893 7.46957 12 8 12C8.53043 12 9.03914 11.7893 9.41421 11.4142C9.78929 11.0391 10 10.5304 10 10C10 9.46957 9.78929 8.96086 9.41421 8.58579C9.03914 8.21071 8.53043 8 8 8C7.46957 8 6.96086 8.21071 6.58579 8.58579C6.21071 8.96086 6 9.46957 6 10Z" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<path d="M20 19.5C20 20.163 20.2634 20.7989 20.7322 21.2678C21.2011 21.7366 21.837 22 22.5 22C23.163 22 23.7989 21.7366 24.2678 21.2678C24.7366 20.7989 25 20.163 25 19.5C25 18.837 24.7366 18.2011 24.2678 17.7322C23.7989 17.2634 23.163 17 22.5 17C21.837 17 21.2011 17.2634 20.7322 17.7322C20.2634 18.2011 20 18.837 20 19.5Z" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<path d="M19 8.5C19 9.42826 19.3687 10.3185 20.0251 10.9749C20.6815 11.6313 21.5717 12 22.5 12C23.4283 12 24.3185 11.6313 24.9749 10.9749C25.6313 10.3185 26 9.42826 26 8.5C26 7.57174 25.6313 6.6815 24.9749 6.02513C24.3185 5.36875 23.4283 5 22.5 5C21.5717 5 20.6815 5.36875 20.0251 6.02513C19.3687 6.6815 19 7.57174 19 8.5Z" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<path d="M5 23C5 24.0609 5.42143 25.0783 6.17157 25.8284C6.92172 26.5786 7.93913 27 9 27C10.0609 27 11.0783 26.5786 11.8284 25.8284C12.5786 25.0783 13 24.0609 13 23C13 21.9391 12.5786 20.9217 11.8284 20.1716C11.0783 19.4214 10.0609 19 9 19C7.93913 19 6.92172 19.4214 6.17157 20.1716C5.42143 20.9217 5 21.9391 5 23Z" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<path d="M13 22L20 20" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<path d="M9.5 11.5L20 18" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<path d="M10 9.5L18.5 8.5" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
</svg>
|
||||
|
||||
|
Before Width: | Height: | Size: 648 B After Width: | Height: | Size: 2.0 KiB |
@@ -23,7 +23,7 @@ class Pinecone_Existing_VectorStores implements INode {
|
||||
this.name = 'pineconeExistingIndex'
|
||||
this.version = 1.0
|
||||
this.type = 'Pinecone'
|
||||
this.icon = 'pinecone.png'
|
||||
this.icon = 'pinecone.svg'
|
||||
this.category = 'Vector Stores'
|
||||
this.description = 'Load existing index from Pinecone (i.e: Document has been upserted)'
|
||||
this.baseClasses = [this.type, 'VectorStoreRetriever', 'BaseRetriever']
|
||||
|
||||
@@ -25,7 +25,7 @@ class PineconeUpsert_VectorStores implements INode {
|
||||
this.name = 'pineconeUpsert'
|
||||
this.version = 1.0
|
||||
this.type = 'Pinecone'
|
||||
this.icon = 'pinecone.png'
|
||||
this.icon = 'pinecone.svg'
|
||||
this.category = 'Vector Stores'
|
||||
this.description = 'Upsert documents to Pinecone'
|
||||
this.baseClasses = [this.type, 'VectorStoreRetriever', 'BaseRetriever']
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 2.4 KiB |
@@ -0,0 +1,12 @@
|
||||
<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<circle cx="14" cy="28" r="1.5" fill="black"/>
|
||||
<path d="M16 16L17 11M17 11L14 12.5M17 11L19 13.5" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<path d="M20 24.4749L21.95 27.6568M21.95 27.6568L23.0106 24.4749M21.95 27.6568L18.768 27.3033" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<path d="M22.475 12L25.657 10.1213M25.657 10.1213L22.475 9.06066M25.657 10.1213L25.3034 13.3033" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<path d="M12 10L9.72528 7.63619M9.72528 7.63619L9.22713 10.9531M9.72528 7.63619L12.9207 7.43775" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<path d="M9 23L6.42645 24.9676M6.42645 24.9676L6.64287 21.6205M6.42645 24.9676L9.50713 25.839" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<path d="M23.5 19L27 20M27 20L25.5 17M27 20L24.5 22" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<path d="M8.5 16.5L5 16M5 16L6.5 19M5 16L7.5 14" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<path d="M17.5 8L18.5 3M18.5 3L15.5 4.5M18.5 3L20.5 5.5" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<path d="M14.5 24L15.5 19M15.5 19L12.5 20.5M15.5 19L17.5 21.5" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.5 KiB |
Reference in New Issue
Block a user