Dolpix is a RAG platform that turns your PDFs, runbooks, and policy docs into an AI assistant that cites every answer. One project per knowledge base. Full tenant isolation.
Knowledge base
3 docs Β· 1 indexingβ¦
How it works
Four steps from signup to production queries β no SDK, no boilerplate.
Drop PDF, MD, DOCX, TXT
Up to 50 MB per file
onboarding-guide.pdf
Drop PDFs, policy docs, runbooks β one project per knowledge base.
We chunk, embed, and index in seconds. Watch live status via Server-Sent Events.
Pick a voice. Turn on the guardrails. One click each β zero re-indexing.
Hi! Ask me anything about your benefits.
policy-benefits.pdf Β· p.14Paste one <script> tag or call our REST API directly.
Live chat example
Grounded answers
Dolpix uses vector similarity retrieval to surface the most relevant chunks from your documents, then constrains the LLM to answer only from those chunks β so every answer is traceable to a source paragraph.
Persona + Rules
Every project gets its own persona and a set of guardrail toggles. The system prompt is compiled on the fly β change a toggle, the next query reflects it immediately.
Pick a preset
Compiled system prompt
Embeddable widget
Dolpix ships a ready-made chat widget you can drop on any site with a single script tag. Pick your brand colour, write a greeting, and you're live.
Support Bot
Powered by Dolpix
Hi! Ask me anything about your plan.
Dolpix shared platform
Multi-tenant isolation
Every tenant's documents, embeddings, queries, and API keys are isolated at the database level via row-level security on (tenant_id, project_id). There is no path from one tenant's keys to another's data.
Use cases
Answer benefits, leave, and expense policy questions β straight from your handbook.
On-call rotations, deployment guides, service ownership β at your team's fingertips.
Embed on your site. Answer product questions grounded in your docs β 24/7.
Let investors self-serve from your filings, reports, and prospectus.
REST API
Swap in your app key and API key. That's it. Works from any language, any framework.
# Ask a question against your knowledge base
curl -X POST https://api.dolpix.com/api/v1/ai/chat \
-H "Content-Type: application/json" \
-H "x-app-key: YOUR_APP_KEY" \
-H "x-api-key: YOUR_API_KEY" \
-d '{"query": "What is our refund policy?"}'
# Response
{
"answer": "Based on your documents, refunds are accepted within 30 days...",
"sources": [{
"filename": "refund-policy.pdf",
"chunk": "Refunds are accepted within 30 days of purchase..."
}]
}Pricing
Start free. Upgrade when you grow. All plans include citations, SOC-2, and tenant isolation.
For individuals exploring Dolpix.
βΉ0
All plans include citations, SOC-2 Type II, AES-256 at rest, and tenant isolation. Β See full plan comparison β
FAQ
PDF, MD, DOCX, and TXT β up to 50 MB per file. Batch upload of up to 10 files at once is also supported. URL ingestion is available on Starter and above.
Only your uploaded documents. Every reply is grounded in retrieved chunks from your knowledge base and cites the source file and page. If nothing relevant is found, the bot issues a structured refusal β it never hallucinates.
OpenAI GPT-4o-mini by default. Pro plans and above unlock GPT-4o for higher accuracy on complex queries. Embeddings use text-embedding-3-small.
Self-hosting is available on the Enterprise plan. Contact us for infrastructure requirements, SLAs, and migration support.
Every tenant's data is protected by row-level security on (tenant_id, project_id) in PostgreSQL. Vector embeddings are namespaced per tenant. API keys are scoped to a single project and cannot reach other tenants' data.
We soft-warn at 80% usage via email and in-dashboard alerts. At 100% we hard-block further queries until the billing cycle resets or you upgrade. Upgrades take effect immediately β no downtime.
What teams say
β
We replaced three separate helpdesk bots with Dolpix. Citations shut down the "the AI made it up" complaints completely.
Mira K.
Head of People Ops Β· Northwind
β
Our on-call runbook is 400 pages. Dolpix turned it into an answer in 1.8 seconds β with the page reference attached.
Asha R.
Platform Lead Β· Helix Labs
β
Legal approved it because every answer links back to the source paragraph. That was the blocker for six months.
Arun P.
Compliance Β· Veridian
Upload your first document in under two minutes. No credit card needed on the free plan.