We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fea7f1 commit dccd444Copy full SHA for dccd444
apps/next/src/content/docs/llamaindex/modules/data_loaders/index.mdx
@@ -35,7 +35,7 @@ Currently, the following readers are mapped to specific file types:
35
36
- [TextFileReader](/docs/api/classes/TextFileReader): `.txt`
37
- [PDFReader](/docs/api/classes/PDFReader): `.pdf`
38
-- [PapaCSVReader](/docs/api/classes/PapaCSVReader): `.csv`
+- [CSVReader](/docs/api/classes/CSVReader): `.csv`
39
- [MarkdownReader](/docs/api/classes/MarkdownReader): `.md`
40
- [DocxReader](/docs/api/classes/DocxReader): `.docx`
41
- [HTMLReader](/docs/api/classes/HTMLReader): `.htm`, `.html`
0 commit comments