Roadmap
Where Ragz is headed
What has shipped, what is in progress, and what is planned. Ragz is open source — the roadmap reflects current direction and evolves with the community.
Retrieval & answers
Version-aware retrieval
Latest approved version wins; superseded revisions stay out of answers.
Reranker & capability probes
Automatic capability probing so the model catalog reflects what each provider can actually do.
Embedding-model selection in the UI
Pick and switch the embedding model per install from the admin surface, with reindex guidance.
Saved & shared conversations
Persist, revisit, and share grounded conversations within a workspace.
Models & documents
Pluggable parsers + OCR
liteparse, anydoc, Docling, and LlamaParse, with automatic OCR fallback for scans.
Any LiteLLM model, cloud or local
Generation, embeddings, and rerank across providers — or fully air-gapped with Ollama / vLLM.
Source connectors
Pull from Google Drive, S3, and Confluence rather than manual upload only.
Scheduled re-index & sync
Keep connected sources fresh with background re-indexing on a schedule.
Agents & automation
Read-only agent tools
The v1 agent loop uses read-only tools over your indexed knowledge.
Write-capable agent tools
Guarded, permissioned tools that can take actions, not just retrieve.
Agentic flow builder
Visually compose multi-step agent workflows — retrieval, tools, and synthesis — without writing orchestration code.
Coding sandbox
A secure, isolated sandbox where agents can run and iterate on code as part of an answer, then cite the result.