ValueError:Batch size 1046409 exceeds maximum batch size 41666 #27447
Unanswered
yingxin-chen
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Checked other resources
Commit to Help
Example Code
Description
I'm getting the above error when using the langchain for RecursiveCharacterTextSplitter,and my document is huge, it's a corpus of Wikipedia texts with 933 million English characters. My chunk_size = 1000 and chunk_overlap = 100,langchain=0.3.3.
and my error is this picture
System Info
langchain=0.3.3
Beta Was this translation helpful? Give feedback.
All reactions