RAG chunking scheme #1921
-
|
Does anyone know how documents are chunked when using copilot as a RAG? I'm trying to optimize the context lengths for my local models. It feels like a setting you should be able to adjust. |
Beta Was this translation helpful? Give feedback.
Answered by
logancyang
Oct 13, 2025
Replies: 1 comment 1 reply
-
|
You can set "max sources" under QA settings to control your context length. Chunking size is not exposed to the user in the UI but you can change it in the code. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
Lkbirds
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can set "max sources" under QA settings to control your context length. Chunking size is not exposed to the user in the UI but you can change it in the code.