class CSVLoaderTextLoaderAdditional options to pass to the underlying axios request.
A class that extends the TextLoader class. It represents a document
loader that loads documents from a CSV file. It has a constructor that
takes a filePathOrBlob parameter representing the path to the CSV
file or a Blob object, and an optional options parameter of type
CSVLoaderOptions or a string representing the column to use as the
document's pageContent.