From 4768bacf1ce0baaf353ac461ea6ac674a4f7cc01 Mon Sep 17 00:00:00 2001 From: Naman Jain <35562166+naman09@users.noreply.github.com> Date: Sun, 24 Sep 2023 22:18:36 +0530 Subject: [PATCH] docs: large csv file error (#644) --- docs/advanced/data_types.mdx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/advanced/data_types.mdx b/docs/advanced/data_types.mdx index 800e4922..1d0e130c 100644 --- a/docs/advanced/data_types.mdx +++ b/docs/advanced/data_types.mdx @@ -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: