ORVETH — Offline Knowledge Infrastructure

Artificial Intelligence
"A library does not stop working when the line goes down. Neither should the machine that reads it to you."

Most of what we call intelligence today lives somewhere else — behind a login, at the end of a link, in a building on another continent. Where that link is slow, expensive or simply absent, the knowledge might as well not exist.

ORVETH puts the library and the reader in the same room. A curated body of documents, a model that can answer questions about them, and an answer that shows where it came from — all of it running on hardware you can walk up to and switch on.

Where the Network Ends +

ORVETH Where the Network Ends

Connection Is Not a Given

A rural clinic, a district school, a field station, a ship: the link drops for an afternoon or a fortnight, and every tool that assumed a connection stops being a tool.

The Knowledge Is on the Wrong Side of the Line

Treatment guidelines, curricula, repair manuals, agricultural extension notes — most of it is published and free, and almost none of it is where the person who needs it is standing.

Finding Is Harder Than Having

A hard drive of documents is not an answer. Someone still has to know which of ten thousand pages holds the paragraph that settles the question in front of them.

Some Records Must Not Leave

Patient files, case records, student data and internal procedures often cannot be sent to an outside service at all, whatever the connection is like. The system has to come to the data.

Core Technologies +

ORVETH Core Technologies

Language Models That Run Locally

Open-weight models held on our own machines, quantised and tuned to the hardware in front of them, so the same question gets the same quality of answer whether or not anything is reachable beyond the room.

Retrieval over a Known Library

Documents are turned into searchable meaning rather than matched word by word, so a question phrased in ordinary language finds the passage that answers it even when the wording is nothing alike.

Ranking Before Answering

A first pass gathers candidate passages quickly and a second, slower pass re-reads them against the question, which keeps a plausible but irrelevant paragraph out of the answer.

Modest Hardware as a Design Target

The target is a single machine with one accelerator, a solar-backed supply and no assumption of a second one arriving soon — the constraint that decides which model, which quantisation and which index will actually be used.

What It Puts in Reach +

ORVETH What It Puts in Reach

Questions in Plain Language

Staff ask the way they would ask a colleague — no query syntax, no folder structure to memorise, no training course before the first useful answer.

Answers Anchored to Documents

Every answer names the documents behind it and quotes the passage it relied on, so the reader can check the source rather than take the machine's word for it.

Work in the Language People Use

Retrieval and generation both handle the languages a collection is written in and the languages its readers ask in, which are frequently not the same language.

A System You Can Point At

The library, the index and the model sit on a machine on the premises. Nothing about a question travels further than the room it was asked in.

How a Question Becomes an Answer +

ORVETH How a Question Becomes an Answer

Assemble the Library

The collection is chosen deliberately for the setting — clinical, educational, agricultural, administrative — and each document is recorded with what it is, where it came from and when it was issued.

Index Once, Offline

Documents are split into passages and indexed in a single pass that can run overnight on the same machine, so bringing in a new body of material is an evening's work rather than a project.

Retrieve, Then Re-read

A question pulls a wide set of candidate passages from the index, and the ranking pass narrows them to the few that genuinely bear on it.

Answer with the Evidence Attached

The model writes its answer from those passages and returns them alongside it, so the answer and the reason to believe it arrive together.

System Architecture +

ORVETH System Architecture

Document Layer

The library itself, held as files with their own record of origin, edition and date, so that a collection can be audited, corrected and handed to another site intact.

Index Layer

A vector store holding the passages and their embeddings on local disk, sized so that a full rebuild is possible on the same machine that serves the questions.

Model Layer

Serving for the language model, the embedding model and the ranking model, kept apart from the library so a better model can replace an older one without rebuilding the collection.

Answer Layer

The part that assembles context, applies the limits on what may be claimed, and returns the answer with its citations to whatever interface the site is using.

Update Layer

Collections travel as signed bundles on removable media as readily as over a network, and a site can verify, apply and roll back an update without help from anyone outside.

Trust by Design +

ORVETH Trust by Design

No Source, No Claim

The system answers from the library in front of it. Where the passages do not support an answer, the honest output is that the library does not cover it — not a fluent guess.

Saying No Is a Feature

Refusing to answer is treated as correct behaviour and measured as such, because in a clinic or a classroom a confident wrong answer costs more than no answer at all.

The Library Is Visible

Anyone can see what is in the collection, what edition it is and when it was added, which makes the limits of the system legible instead of mysterious.

Nothing Leaves the Building

Questions, documents and answers stay on the local machine by default. Where a site chooses to sync, it chooses what goes and can read the record of what went.

What We Hold Today +

ORVETH What We Hold Today

Language Models

Kimi-K2-Instruct as the primary open-weight model, with Kimi-K2-Thinking for questions that need a longer chain of reasoning and Kimi-K2-Base where we tune for a specific collection — the part of ORVETH that turns retrieved passages into an answer a person can act on.

Retrieval Models

bge-m3 for multilingual passage embeddings and Qwen3-Embedding-8B as the larger alternative where the hardware allows it — together, the reason a question finds the right paragraph in a collection written in another language.

Ranking

bge-reranker-v2-m3 re-reads the candidate passages against the question before anything is written, which is the single step that most reduces confident answers drawn from the wrong page.

Serving and Storage

vllm to run the models efficiently on one accelerator and qdrant to hold the passage index on local disk — the two pieces that make a full question-and-answer system fit on a machine a site can own outright.

Knowledge That Stays Put +

ORVETH Knowledge That Stays Put

Inside ÁRKMORA

ZAFUNDI SAFARI teaches where connectivity is thin and OBUNETU builds the networks that reach those same places. ORVETH is what keeps working in the hours when the link does not.

Who It Serves

Schools and training centres, district health services, government offices working from paper regulation, and development organisations that need the same reference material at twenty sites at once.

What We Have Not Done Yet

We have not published accuracy or latency figures from our own bench, and we have not yet assembled the reference collections themselves — choosing and clearing that material is a body of work in its own right, and this page does not pretend it is finished.

Where It Goes Next

A first collection built with a partner who knows the subject, measured runs on the hardware a site would actually buy, and an update path that a person with a box of drives and no connection can carry out alone.

"Knowledge is not what is stored somewhere. It is what can be reached from where you stand."

ORVETH — Offline Knowledge Infrastructure.