chore: fix typos in packages/components/nodes/documentloaders/Csv/CsvLoader.ts (#5422)

Fix typos in packages/components/nodes/documentloaders/Csv/CsvLoader.ts
This commit is contained in:
Lê Nam Khánh 2025-11-05 20:02:20 +07:00 committed by GitHub
parent fe6f5f88a5
commit fdb6422aef
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ import { TextLoader } from 'langchain/document_loaders/fs/text'
import Papa from 'papaparse' import Papa from 'papaparse'
type CSVLoaderOptions = { type CSVLoaderOptions = {
// Return specifific column from key (string) or index (integer) // Return specific column from key (string) or index (integer)
column?: string | number column?: string | number
// Force separator (default: auto detect) // Force separator (default: auto detect)
separator?: string separator?: string