Think Build Implement Repeat
London, UK +44 7367 067226
WhatsApp FOLLOW f in X
AI Integration

Making AI Answer From Your Documents, Not Its Training

Last updated:

The problem it solves

A general model knows a great deal about the world and nothing about your prices, your policies or your customers. Asked about them, it will produce something plausible and wrong.

Retrieval fixes that by finding the relevant passages from your own material first, then asking the model to answer using only those.

How it works, in four steps

  1. Split your documents into passages of a few hundred words
  2. Index them so similar meaning can be found, not just matching words
  3. Retrieve the handful most relevant to the question asked
  4. Answer using those passages, with a citation for each claim
Nothing is trained and nothing is fine-tuned. Update a document and the next answer reflects it, which is what makes this practical for a live business.

Why it beats fine-tuning for facts

PropertyRetrievalFine-tuning
Updating a factEdit the documentRetrain
Citing a sourceNaturalNot possible
Respecting permissionsFilter before retrievalNot possible
Cost to changeNilSignificant
Time to first versionDaysWeeks

Where it goes wrong

  • Passages split badly, so a table is separated from its heading
  • Stale documents retrieved alongside current ones
  • Retrieval returning nothing, and the model answering anyway
  • No permission filter, so restricted content surfaces

Every one of those is fixable and every one is common in first attempts.

The refusal rule

When retrieval finds nothing relevant, the correct answer is “I do not have information on that”, with a route to a person.

Systems that answer regardless are the ones that destroy trust, because their confident wrong answers are indistinguishable from their confident right ones.

Frequently asked questions

How much content do we need?

Enough to answer the questions people actually ask — often twenty to fifty good documents. Quality and currency matter far more than volume.

Does our content leave our systems?

The retrieved passages are sent to the model provider with the question. That is the point at which you decide provider terms, redaction and region.

Can it handle PDFs and spreadsheets?

Yes, with preparation. Spreadsheets and complex tables need more care than prose, and are worth converting to a cleaner form where possible.

How long does a first version take?

Two to four weeks for a working retrieval system over prepared content.

Keep reading

Want AI that answers from your material?

Tell us what your documents cover and where they live, and we will tell you what a grounded assistant would take.

Book a free 30-minute call Get a project estimate WhatsApp us

Related services

What we build for problems like this one

AI IntegrationEnterprise AIAI Agents