Replies: 1 comment 1 reply
-
Hello @Praj-17 !
completion strategies are used if the output goes over the token length, in this case, if the LLM doesnt return "end" but "length" So, imagine that you are extracting a 50 page document. Will not work, because by default ExtractThinker uses Forbidden, if the result is too large. So you have this 2 options:
Is related to chunking? In the RAG sense no, if that is your question. |
Beta Was this translation helpful? Give feedback.
-
these completion strategies what do they mean?
Is it something related to Chunking? or the way the requests are sent?
Beta Was this translation helpful? Give feedback.
All reactions