Find answers from the community

Updated 7 months ago

Chunk

At a glance

The post describes an error encountered during indexing, where the chunk overlap (80) is larger than the chunk size (1024), which should be smaller. A community member suggests that the issue may be caused by passing one of the parameters as a string instead of an integer, which is a common mistake when using environment variables. Other community members respond with "ohh" and "thanks man", indicating that the suggestion was helpful.

2024-08-18 12:02:11.732 | ERROR | indexing.indexing_hugging:indexing:104 - Error injecting nodes: Got a larger chunk overlap (80) than chunk size (1024), should be smaller.

what's wrong?
L
B
3 comments
Did you pass one of those parameters in as a string instead of an int? Pretty common mistake if you are using env vars for this
Add a reply
Sign up and join the conversation on Discord