Skip to main content
InsightHub is the knowledge exploration front end of the Alquimia platform. It is not an observability tool or an agent builder — it is a place to turn documents into a conversational knowledge base that anyone on your team can explore.

Where InsightHub fits

ComponentWhat it does
InsightHubThe interface you work in — create topics, upload documents, start explorations.
Alquimia RuntimeThe execution layer behind every conversation — retrieves relevant document passages, runs tools, and streams responses back.
TwydThe knowledge service that handles document ingestion, chunking, and vector indexing.
You do not interact with the Runtime or Twyd directly. InsightHub communicates with them on your behalf. You need a running Alquimia Runtime instance pointed to by ASSISTANT_BASEURL.

How an exploration works

When you send a message in an exploration: Responses are grounded in your uploaded documents — not generated from scratch. InsightHub shows you which documents were used and what reasoning steps the AI took.

Multi-tenant and roles

InsightHub supports multiple tenants in a single deployment. Each tenant’s topics and documents are scoped and isolated. Within a tenant, access is controlled by roles assigned to users.
If you are deploying InsightHub for your organization, your administrator configures tenants and user roles. You do not need to manage this yourself unless you are the operator.

Next steps

Quick start

Get InsightHub running locally.

Topics and documents

Understand the core building blocks.