Run the platform
Start the required Docker Compose profile and verify the gateway and capability health checks.
DEVELOPERS
Jonex separates browser access, shared governance, business capabilities, domain orchestration, and atomic engines so each layer can evolve with a clear contract.
QUICK START PATH
The repository is the source of truth for setup and current implementation details. This sequence shows how the product pieces connect.
Start the required Docker Compose profile and verify the gateway and capability health checks.
Create or select a domain space, then create a knowledge base and choose its parser profile.
Upload files or configure a supported REST API, MinIO or S3 source, or signed inbound push.
Track parsing and ontology compilation through the document lifecycle.
Query one or more knowledge bases, inspect structured references, and record feedback.
REQUEST PATH
The browser stays on the frontend origin, while gateway and governance layers protect internal service boundaries.
Serves the shell and applications, and sends business requests only through /api/v1/**.
Aggregates HTTP routes and forwards calls without taking ownership of business composition.
Handles authentication, tenant context, internal identity, metering, rate limits, resilience, and invocation.
Applies business rules through services and repositories with tenant-scoped data.
Combine retrieval, parsing, ontology, language, and other technical engines behind stable boundaries.
GROUNDED RESPONSE
Ontology-aware search is available at POST /api/v1/knowledge-base/search/ontology. A knowledge response can carry structured reference data for the consuming application to show where the answer came from.
{
"answer": "...",
"references": [
{
"doc_id": "document-id",
"file_name": "policy-manual.pdf",
"media_type": "pdf",
"raw_url": "signed-source-url",
"locations": [
{ "type": "page", "page_no": 48 }
]
}
]
} IMPLEMENTATION RULES
CONTACT
Share the systems, data sources, and application workflow you need Jonex to support.