InquoraOffline · rebuilding
Inquora is down, and is being rebuilt.
The version that stood here has been taken offline. It is being rebuilt from the database up, so nothing is being patched around: the schema, retrieval, streaming and the interface are all being replaced, in that order.
There is nothing to sign in to in the meantime. This page is the whole site until the rebuild reaches a version worth using.
What the rebuild is measured against
The old system was slow because of how much it did per question, not because of where it ran. These are the numbers being designed to, per question asked.
| Per question | Was | Target |
|---|---|---|
| Model calls before an answer | 5 to 8 | 1, or 2 when it searches |
| Embedding calls per question | 4 to 8 | 1, cached |
| Vector searches per question | 4 to 8 | 1 |
| Database roundtrips per turn | 8, sequential | 3 |
| First word of the answer | after the whole answer | as it is written |
Measured on 2026-08-25 against the running system. Targets are the design budget, not results: they will be published once the rebuild can be measured the same way.