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 |
