소스 검색

docs: large csv file error (#644)

Naman Jain 1 년 전
부모
커밋
4768bacf1c
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      docs/advanced/data_types.mdx

+ 2 - 0
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: