AI Context Core Concepts
What this page is for
Define how RAGler structures and governs context used by LLM-driven applications.
Concepts
- Context is curated, not raw dump.
- Published data is immutable per operation but replaceable by workflow.
- Human approval gates changes before publication.
- Retrieval quality depends on chunk structure and metadata quality.
Operational rules
- Ingest creates draft sessions.
- Draft edits happen before publish.
- Publish updates collection knowledge state.
- Search only targets published content.
Verify
- No direct draft access from search endpoints.
- Session workflow is required before publish.