Context engineering is the discipline of designing and optimizing the information pipeline that feeds your AI agents. It encompasses everything from how data enters your system, how it gets enriched with structure and meaning, and how the right pieces are retrieved at query time to produce accurate, grounded responses. Airia provides a complete context engineering pipeline — from connecting your enterprise data to delivering precisely the right context to any LLM, through any interface.Documentation Index
Fetch the complete documentation index at: https://explore.airia.com/llms.txt
Use this file to discover all available pages before exploring further.
The Airia Context Pipeline
Every piece of knowledge your agents use flows through four stages:Choosing a Retrieval Pattern
Airia supports three retrieval patterns. Choose based on your use case:| Pattern | How it works | Best for |
|---|---|---|
| Data Search Step | Single-hop, embedding-based search. The full user query is used to find matching chunks in one pass. | Simple Q&A, batch processing, predictable queries. Fast and low-cost. |
| MCP Multi-Hop Retrieval | Multi-hop agentic retrieval via the Airia Datasource MCP Server. The LLM autonomously decides which sources to query, which tools to use, and how many searches to run. | Complex questions, conversational agents, multi-source reasoning, accuracy-critical workflows. |
| Text-to-SQL | Translates natural language into SQL queries against structured data (CSV, XLSX). | Numerical analysis, tabular data, structured reporting. |
What’s in This Section
| Page | What you’ll learn |
|---|---|
| Connecting Data Sources | How to connect enterprise sources, supported formats, sync scheduling, permissions |
| Ingestion Settings | PDF parsers, image scanning, embedding models, vector database configuration |
| Knowledge Graph Extraction | Industry presets, custom entity types, how Graph RAG works |
| Custom Knowledge Graphs | Building runtime graphs with Cypher queries |
| Retrieval Methods | Data Search Step, MCP Multi-Hop Retrieval (MCP), Text-to-SQL, configuration |
| Hybrid Search and Reranking | Semantic vs keyword search, fusion algorithms, reranker models |
| Graph-Enhanced Retrieval | How knowledge graphs boost retrieval quality |
