docs: large csv file error (#644)

This commit is contained in:
Naman Jain
2023-09-24 22:18:36 +05:30
committed by GitHub
parent dc206c0999
commit 4768bacf1c

View File

@@ -82,6 +82,8 @@ app.add('https://example.com/content/sheet.csv', data_type="csv")
app.add('content/sheet.csv', data_type="csv")
```
Note: There is a size limit allowed for csv file beyond which it can throw error. This limit is set by the LLMs. Please consider chunking large csv files into smaller csv files.
### Code documentation website loader
To add any code documentation website as a loader, use the data_type as `docs_site`. Eg: