Ingest Status
2,221 total chunks indexedTickets
None ingested yet.
KB Articles
failed
6
completed
127
Theme Files
completed
736
failed
47
How to ingest data
# Pull all HelpScout tickets
php artisan ingest:tickets
# Pull KB articles
php artisan ingest:kb
# Ingest theme code (point to your downloaded theme directory)
php artisan ingest:theme /path/to/theme
# Run queue workers to process embedding jobs
php artisan queue:work --queue=default --sleep=3