Replies: 1 comment
-
Hi jasan-s, I wonder if you have any insights about this question now? Thank you! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Currently I'm simply using the following:
RecursiveCharacterTextSplitter({chunkSize: 1000})
to split text before vector DB upload. however, I want to learn a more optimized method. Please share your experience that yielded best results for you, e.g best chunkSize, overlap. preprocessing step etc.
Beta Was this translation helpful? Give feedback.
All reactions