Initial Icon Tests
This commit is contained in:
parent
6a17cdc315
commit
d214ddfe5b
|
|
@ -20,7 +20,7 @@ class BabyAGI_Agents implements INode {
|
||||||
this.version = 1.0
|
this.version = 1.0
|
||||||
this.type = 'BabyAGI'
|
this.type = 'BabyAGI'
|
||||||
this.category = 'Agents'
|
this.category = 'Agents'
|
||||||
this.icon = 'babyagi.jpg'
|
this.icon = 'babyagi.svg'
|
||||||
this.description = 'Task Driven Autonomous Agent which creates new task and reprioritizes task list based on objective'
|
this.description = 'Task Driven Autonomous Agent which creates new task and reprioritizes task list based on objective'
|
||||||
this.baseClasses = ['BabyAGI']
|
this.baseClasses = ['BabyAGI']
|
||||||
this.inputs = [
|
this.inputs = [
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,7 @@
|
||||||
|
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||||
|
<circle cx="12" cy="12" r="9.25" stroke="black" stroke-width="1.5"/>
|
||||||
|
<path d="M12.5 3C13.1667 3.33333 14.5 4.3 14.5 5.5C14.5 7 13.5 8 12 8" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
||||||
|
<circle cx="8" cy="12" r="1" fill="black"/>
|
||||||
|
<circle cx="16" cy="12" r="1" fill="black"/>
|
||||||
|
<path d="M9 15C9.76962 15.6181 10.8297 16 12 16C13.1703 16 14.2304 15.6181 15 15" stroke="black" stroke-width="1.5" stroke-linecap="round"/>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 556 B |
|
|
@ -27,7 +27,7 @@ class LLMChain_Chains implements INode {
|
||||||
this.name = 'llmChain'
|
this.name = 'llmChain'
|
||||||
this.version = 3.0
|
this.version = 3.0
|
||||||
this.type = 'LLMChain'
|
this.type = 'LLMChain'
|
||||||
this.icon = 'chain.svg'
|
this.icon = 'LLM_Chain.svg'
|
||||||
this.category = 'Chains'
|
this.category = 'Chains'
|
||||||
this.description = 'Chain to run queries against LLMs'
|
this.description = 'Chain to run queries against LLMs'
|
||||||
this.baseClasses = [this.type, ...getBaseClasses(LLMChain)]
|
this.baseClasses = [this.type, ...getBaseClasses(LLMChain)]
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,6 @@
|
||||||
|
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||||
|
<path d="M14.2881 8.40117C14.2881 6.17663 12.4847 4.37326 10.2602 4.37326L8.69626 4.37326C6.47172 4.37327 4.66836 6.17663 4.66835 8.40117C4.66835 9.22805 4.91751 9.99673 5.34484 10.6362M9.62032 7.50607C9.62031 9.73062 11.4237 11.534 13.6482 11.534L14.4295 11.534H15.2109C16.1716 11.534 17.0538 11.1976 17.7461 10.6362C18.6567 9.89775 19.2388 8.76988 19.2388 7.50607C19.2388 5.28153 17.4354 3.47816 15.2109 3.47816" stroke="black" stroke-width="1.5" stroke-linecap="round"/>
|
||||||
|
<path d="M5 15V20.25H8" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
||||||
|
<path d="M10.25 15V20.25H13.25" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
||||||
|
<path d="M15.5 20.25V15L17.375 17.25L19.25 15V20.25" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 935 B |
|
|
@ -0,0 +1,7 @@
|
||||||
|
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||||
|
<path d="M14.2881 8.40117C14.2881 6.17663 12.4847 4.37326 10.2602 4.37326L8.69626 4.37326C6.47172 4.37327 4.66836 6.17663 4.66835 8.40117C4.66835 9.22805 4.91751 9.99673 5.34484 10.6362M9.62032 7.50607C9.62031 9.73062 11.4237 11.534 13.6482 11.534L14.4295 11.534H15.2109C16.1716 11.534 17.0538 11.1976 17.7461 10.6362C18.6567 9.89775 19.2388 8.76988 19.2388 7.50607C19.2388 5.28153 17.4354 3.47816 15.2109 3.47816" stroke="black" stroke-width="1.5" stroke-linecap="round"/>
|
||||||
|
<ellipse cx="8.875" cy="17.625" rx="1.875" ry="2.625" stroke="black" stroke-width="1.5"/>
|
||||||
|
<path d="M10.75 20.25L9.5 19" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
||||||
|
<path d="M13 20.25L14.875 15L16.75 20.25" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
||||||
|
<path d="M13.75 19H16" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 1011 B |
|
|
@ -21,7 +21,7 @@ class RetrievalQAChain_Chains implements INode {
|
||||||
this.name = 'retrievalQAChain'
|
this.name = 'retrievalQAChain'
|
||||||
this.version = 1.0
|
this.version = 1.0
|
||||||
this.type = 'RetrievalQAChain'
|
this.type = 'RetrievalQAChain'
|
||||||
this.icon = 'chain.svg'
|
this.icon = 'QA_Chain.svg'
|
||||||
this.category = 'Chains'
|
this.category = 'Chains'
|
||||||
this.description = 'QA chain to answer a question based on the retrieved documents'
|
this.description = 'QA chain to answer a question based on the retrieved documents'
|
||||||
this.baseClasses = [this.type, ...getBaseClasses(RetrievalQAChain)]
|
this.baseClasses = [this.type, ...getBaseClasses(RetrievalQAChain)]
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,9 @@
|
||||||
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-pdf" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
|
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||||
<path stroke="none" d="M0 0h24v24H0z" fill="none"></path>
|
<path d="M5 11V4C5 3.44772 5.44772 3 6 3H14.5858C14.851 3 15.1054 3.10536 15.2929 3.29289L19.7071 7.70711C19.8946 7.89464 20 8.149 20 8.41421V11" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
||||||
<path d="M10 8v8h2a2 2 0 0 0 2 -2v-4a2 2 0 0 0 -2 -2h-2z"></path>
|
<path d="M15 3V8H20" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
||||||
<path d="M3 12h2a2 2 0 1 0 0 -4h-2v8"></path>
|
<path d="M5 15V20.25" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
||||||
<path d="M17 12h3"></path>
|
<path d="M5 15H6.875C7.70343 15 8.375 15.6716 8.375 16.5V16.5C8.375 17.3284 7.70343 18 6.875 18H5" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
||||||
<path d="M21 8h-4v8"></path>
|
<path d="M10.75 20.25V15H11.875C13.3247 15 14.5 16.1753 14.5 17.625C14.5 19.0747 13.3247 20.25 11.875 20.25H10.75Z" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
||||||
|
<path d="M17 20.25V15H20.375" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
||||||
|
<path d="M17 18H19.5" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
||||||
</svg>
|
</svg>
|
||||||
|
Before Width: | Height: | Size: 470 B After Width: | Height: | Size: 1.1 KiB |
|
|
@ -21,7 +21,7 @@ class Text_DocumentLoaders implements INode {
|
||||||
this.name = 'textFile'
|
this.name = 'textFile'
|
||||||
this.version = 3.0
|
this.version = 3.0
|
||||||
this.type = 'Document'
|
this.type = 'Document'
|
||||||
this.icon = 'textFile.svg'
|
this.icon = 'Txt.svg'
|
||||||
this.category = 'Document Loaders'
|
this.category = 'Document Loaders'
|
||||||
this.description = `Load data from text files`
|
this.description = `Load data from text files`
|
||||||
this.baseClasses = [this.type]
|
this.baseClasses = [this.type]
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,10 @@
|
||||||
|
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||||
|
<path d="M5 11V4C5 3.44772 5.44772 3 6 3H14.5858C14.851 3 15.1054 3.10536 15.2929 3.29289L19.7071 7.70711C19.8946 7.89464 20 8.149 20 8.41421V11" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
||||||
|
<path d="M15 3V8H20" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
||||||
|
<path d="M5 15H8.75" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
||||||
|
<path d="M6.875 15V20.25" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
||||||
|
<path d="M16 15H19.75" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
||||||
|
<path d="M17.875 15V20.25" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
||||||
|
<path d="M11 15L14 20.25" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
||||||
|
<path d="M14 15L11 20.25" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 1.1 KiB |
Loading…
Reference in New Issue