Gyria sits between your source systems and your AI. It ingests everything, answers with grounded citations, and continuously proves the answers are right, so retrieval stops being a guess.
Connect sources or push docs over the API. Converted to markdown, chunked, contextualized, embedded, incrementally and on a schedule.
Grounded, cited answers with the exact chunks. Hybrid retrieval, rerank, auto-filters, agentic decomposition, and conversational memory.
Freshness scored, contradictions and gaps flagged, and answer quality proven by a continuous, judged test suite.
Lexical + dense vector search fused with Reciprocal Rank Fusion over a 1024-dim index. Exact terms and paraphrases both land, in tens of milliseconds at scale.
Decomposes complex questions into sub-questions, retrieves each, and merges.
Infers metadata filters from the query, validated against your real vocabulary.
Golden questions, AI judging, and a faithfulness / precision / recall panel with a hallucination flag. Catch regressions the moment knowledge changes.
Per-source ACLs enforced at retrieval. Answers never leak a doc the caller cannot see.
Chunks are situated in their document before embedding, with an optional LLM rerank.
A full REST + MCP management API: ingest, author, configure, delete. Run Gyria with no dashboard at all and let your AI agent operate the entire workspace.
Crawl sites, upload PDFs and DOCX (images captioned too), or connect Zendesk, Confluence, ServiceNow, Salesforce and SharePoint, on a schedule.
A compound question rarely lives in one chunk. Gyria decomposes it into sub-questions, retrieves each on its own, then merges the threads into a single grounded answer with every citation intact.
Most RAG stacks answer and hope. Gyria runs a continuous, judged test loop and scores every answer, so a bad document surfaces as a finding, not as a wrong answer to your customer.
A single workspace API key drives everything over REST and MCP: ingest and author content, manage sources, metadata, schedules and permissions, and ask grounded questions. Gyria runs with no dashboard at all, so your own AI agent can operate the whole knowledge base for you.
curl -X POST $HOST/api/v1/answer \ -H "Authorization: Bearer gyr_live_..." \ -H "content-type: application/json" \ -d '{"question":"refund window for enterprise?", "agentic":true, "autoFilter":true}' # grounded answer + inline citations, # a trace of every retrieval step, and # an eval-ready faithfulness score.
Spin up a workspace, connect a source, and ask your first grounded question in minutes. 500 credits on the house.
Sign in