mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-28 21:00:58 +03:00
fix yarn lint-fix
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
import { INode, INodeData, INodeParams } from '../../../src/Interface'
|
import { INode, INodeData, INodeParams } from '../../../src/Interface'
|
||||||
import { TextSplitter } from 'langchain/text_splitter'
|
import { TextSplitter } from 'langchain/text_splitter'
|
||||||
import { CSVLoader } from "langchain/document_loaders/fs/csv";
|
import { CSVLoader } from 'langchain/document_loaders/fs/csv'
|
||||||
|
|
||||||
class Csv_DocumentLoaders implements INode {
|
class Csv_DocumentLoaders implements INode {
|
||||||
label: string
|
label: string
|
||||||
@@ -38,7 +38,7 @@ class Csv_DocumentLoaders implements INode {
|
|||||||
name: 'columnName',
|
name: 'columnName',
|
||||||
type: 'string',
|
type: 'string',
|
||||||
description: 'Extracting a single column',
|
description: 'Extracting a single column',
|
||||||
placeholder: "Enter column name",
|
placeholder: 'Enter column name',
|
||||||
optional: true
|
optional: true
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user