Data Sources
A pipeline is only as good as the data inside it. Jabrod supports multiple data source types that you can add to your pipelines.Supported Types
The Ingestion Process
When you add a data source to a pipeline, it enters the ingestion queue:- Status: Pending - The source is registered. (For files, this means it was uploaded to cloud storage).
- Status: Processing - Jabrod is currently downloading, parsing, chunking, and embedding the content.
- Status: Indexed - The process is complete. The chunks are now searchable via the query API.
- Status: Error - Something went wrong (e.g., unreadable PDF, broken URL).
