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, 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 can't see.
Chunks are situated in their document before embedding, with an optional LLM rerank.
A full management API and MCP server: ingest, author, configure, delete. Point any agent at it and let it run the whole workspace.
Crawl sites, upload PDFs and DOCX (images captioned too), or connect Zendesk, Confluence, ServiceNow, Salesforce and SharePoint - on a schedule.
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 workspace API key drives everything over REST and MCP: ingest and author content, manage metadata and sources, configure schedules and permissions, and ask grounded questions. Bring your own agent.
Get your API keycurl -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.
Start free