mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-29 13:01:14 +03:00
version
This commit is contained in:
@@ -18,7 +18,7 @@ class PlainText_DocumentLoaders implements INode {
|
|||||||
constructor() {
|
constructor() {
|
||||||
this.label = 'Plain Text'
|
this.label = 'Plain Text'
|
||||||
this.name = 'plainText'
|
this.name = 'plainText'
|
||||||
this.version = 1.0
|
this.version = 2.0
|
||||||
this.type = 'Document'
|
this.type = 'Document'
|
||||||
this.icon = 'plaintext.svg'
|
this.icon = 'plaintext.svg'
|
||||||
this.category = 'Document Loaders'
|
this.category = 'Document Loaders'
|
||||||
|
|||||||
@@ -19,7 +19,7 @@ class Text_DocumentLoaders implements INode {
|
|||||||
constructor() {
|
constructor() {
|
||||||
this.label = 'Text File'
|
this.label = 'Text File'
|
||||||
this.name = 'textFile'
|
this.name = 'textFile'
|
||||||
this.version = 1.0
|
this.version = 2.0
|
||||||
this.type = 'Document'
|
this.type = 'Document'
|
||||||
this.icon = 'textFile.svg'
|
this.icon = 'textFile.svg'
|
||||||
this.category = 'Document Loaders'
|
this.category = 'Document Loaders'
|
||||||
|
|||||||
Reference in New Issue
Block a user