Skip to content
Discussion options

You must be logged in to vote

Good questions, the three controls overlap in a confusing way. Here is exactly how they behave in the current code.

The three controls

  • Bypass Embedding and Retrieval (admin, global) acts at upload time. The file is digested to text and stored, but it is not chunked or embedded and no vector collection is created. At chat time the whole content is injected.
  • Full Context Mode (admin, global) acts at query time: the whole document is injected instead of retrieved chunks. It does not change upload processing, the document is still chunked and embedded at upload.
  • Use Entire Document / Use Focused Retrieval (the per-file toggle in the chat document panel) is a per-file, per-chat override that …

Replies: 1 comment 7 replies

Comment options

Classic298
Jun 11, 2026
Maintainer Sponsor

You must be logged in to vote
7 replies
@jdeepwell
Comment options

@Classic298
Comment options

Classic298 Jun 23, 2026
Maintainer Sponsor

@jdeepwell
Comment options

@Classic298
Comment options

Classic298 Jun 24, 2026
Maintainer Sponsor

@Classic298
Comment options

Classic298 Jun 24, 2026
Maintainer Sponsor

Answer selected by Classic298
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants