Context window
The total token capacity a model can read and use while producing one response.
TL;DR
Maximum tokens the model can read in one request.
Quick facts
- Category
- AI & knowledge management
- Product tie-in
- KobiGPT RAG platform
- Related
- See compare and tools pages
- Locale
- TR and EN site
Why teams choose KobiGPT
- Understand terms before evaluating vendors.
- Link concepts to KobiGPT features (RAG, Kobi Kredi).
- Share glossary links with procurement and legal.
- Explore assistant use cases next.
Product facts
- Ücretsiz plan
- 100 doküman · 2 departman · 120 Kobi/ay(PLAN_CONFIG)
- Starter
- 1000 doküman · 5 departman · 1000 Kobi/ay(PLAN_CONFIG)
- Pro
- 12500 doküman · 25 departman · 12500 Kobi/ay(PLAN_CONFIG)
- Attachment estimate
- Type-based estimates for PDF, image, audio, and text attachments(packages/types/src/plan-config.ts → estimateAttachmentKobi)
What the context window limits
The context window is the total text budget available to a model for one request. The user question, system instructions, chat history, retrieved passages, and generated answer consume different parts of that budget.
When the window is full, the system cannot keep adding text. Retrieving relevant passages is more manageable than sending an entire document with every question.
Why RAG helps
RAG does not try to compress a whole archive into one context. It selects passages close to the question and moves those passages into the prompt, so a relevant clause can be processed instead of an entire eighty-page procedure.
Selection is not perfect. If retrieval returns noise, the context fills with the wrong material; citations and an explicit no-answer behaviour help manage that boundary.
The effect of document structure
Headings, numbered clauses, and short sections create meaningful chunk boundaries. Very long tables or unrelated topics placed in one file can make the relevant passage harder to select.
For users, the best approach is to ask within the scope of the appropriate assistant and name a relevant document when needed. A larger capacity does not by itself fix poor scope or stale files.
Applying What the context window limits in a controlled workflow
A useful way to evaluate context-window is to follow one real question from the source document to the final answer. Record which file was selected, what context reached the model, and what a reviewer would need to verify. This turns a definition into an operational check and makes the result comparable across teams.
The same check should include ownership and change management. Decide who updates the relevant documents, how an outdated result is reported, and which access boundary applies. KobiGPT can provide the assistant and the cited document context, but the organisation still owns the source material, permissions, and the decision made from the answer.
FAQ
What is Context in practice?
Maximum tokens the model can read in one request.
Does KobiGPT use this?
See product docs and feature pages for implementation details.
More reading?
Visit our blog and FAQ.
Accuracy disclaimer?
Educational content; verify for compliance decisions.
Is the context window the same as a document limit?
No. A document limit is plan entitlement; the context window is the token capacity of one model request.
Is a larger window always better?
No. Irrelevant content can distract the model; focused, well-structured passages are more useful.
Comparison
| Feature | KobiGPT | Alternative |
|---|---|---|
| SME focus | Yes | N/A |
| Citations | When using RAG | N/A |
| Glossary depth | Growing | N/A |
| Tools | Interactive | N/A |