Home / Services / RAG to production
An assistant that answers on your documents and cites where each claim came from. Anyone can build the demo in an afternoon; keeping it accurate across thousands of real documents, in several languages and without inventing anything, is a different job.
The prototype is tested on five clean documents and ten questions written by whoever built it. In production there are three thousand documents, two versions of the same procedure, scanned PDFs, tables, an internal glossary nobody ever wrote down, and users who ask the way they speak.
That is where the real failures appear: the system retrieves the wrong fragment and answers with confidence, finds nothing because the user used a word that isn't in the document, mixes the old policy with the new one, or replies in one language citing a text in another it didn't quite understand.
The engine of the platform I co-founded and operate is exactly this, in a domain that does not forgive: retrieving the right knowledge to support a clinical decision, in Spanish, English and Portuguese.
RAG retrieves the relevant fragment of your documents and gives it to the model to answer with, instead of putting your knowledge inside the model. Far cheaper, updates instantly when a document changes, and lets you cite the source, which is usually non-negotiable professionally.
No minimum: twenty well-chosen ones solve many internal cases, and it scales to tens of thousands. Quality beats volume; contradictory documentation produces contradictory answers and technology doesn't fix that.
Not entirely, but it drops sharply: require every claim to rest on a cited fragment, allow abstention when retrieval is poor, and measure it with a suite that catches regressions.
It's one of the points where most systems fail, and it's solved with multilingual embeddings and hybrid search. I've run it in production across three languages.
Two or three weeks over a bounded corpus, answering and evaluated. What stretches projects is almost never the AI: it's access permissions and deciding which version of each document is authoritative.
Tell me what the documents are, who consults them and what they ask. I'll tell you whether RAG is the answer, what it would take and how long.