Glossary
Context Window
The context window is the maximum amount of text a language model can consider in one turn. Anything beyond that limit falls out of the model’s view.
Also called پنجرهٔ زمینه
The context window is one of the main reasons you cannot feed a company’s entire database to a model and expect an answer. Even models with a very large window are, in practice, far from the volume of organizational data.
The practical solution is to send only the relevant slice instead of all the data. That is done either through semantic retrieval or (in more precise systems) by running a specific query on the database and sending only its result.
Let’s make your processes agentic
Where do we start?