Replies: 2 comments 3 replies
-
Also as a follow up question, if this is set to true then is the embedding/actual rag functionality disabled? And how does this interact with resend files? |
Beta Was this translation helpful? Give feedback.
3 replies
-
see also #6605 |
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.
-
If I set the config var for the RAG api "RAG_USE_FULL_CONTEXT" to true, then does that mean its true for everything regardless of file size? Is there some way to have it so it only triggers for files under a certain size?
I want it to be true because I'm dealing with a lot of CSVs and Excel files so the default of top_k=4 doesn't work, but if it is a large file (above 128k tokens or close to it) I'm worried it'll fill up the context way too fast.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions