Data Hub
Data Hub is the ingestion layer of Advania ALT. Content enters the platform through Data Hub, then flows into Knowledge Bases for indexing and retrieval.
Two ingestion paths:
- File upload — upload files directly through the API. Suitable when the file, once uploaded, is the durable source.
- Connectors — configure a pull from an external source system (S3, SharePoint). The external system remains the durable source; the connector re-syncs on demand.
A connection belongs to exactly one Knowledge Base. Configuration is versioned — updating a connection creates a new revision; prior revisions are kept in sync history.
In this section
Connector configuration (S3, SharePoint) is exposed in the interactive OpenAPI.
Related
- Knowledge Bases — the retrieval side