haiku.rag/haiku_rag_slim/haiku/rag/ingester
Yiorgis Gozadinos 95c02addd7
Name a remedy the command being used has
`haiku-ingester` reached the client's refusal, which names `sources=[name]`, a
Python argument no CLI user can pass. It refuses a configured set itself, with
`--db PATH` and the one-ingester-per-database layout.

`haiku-rag`'s own refusal now says where each option goes: `--db-name` is global
and precedes the command, `--db` follows it.
2026-08-27 18:04:28 +03:00
..
api Let the configuration place the ingester's database 2026-08-27 14:00:21 +03:00
pollers Move source adapters out of the ingester package 2026-08-20 11:46:55 +03:00
queue Add last_heartbeat_at lease column to the ingester queue 2026-06-25 13:25:37 +03:00
workers Move source adapters out of the ingester package 2026-08-20 11:46:55 +03:00
__init__.py ingester: add source-adapter scaffolding + FS source 2026-05-26 11:41:53 +03:00
app.py Name a remedy the command being used has 2026-08-27 18:04:28 +03:00
batch.py Add side-effect-free batch dry-run discovery 2026-06-22 11:33:26 +03:00
cli.py Answer for an unknown database name with one type 2026-08-27 18:04:27 +03:00
exceptions.py worker pool, rety policy, pipeline 2026-05-26 11:41:54 +03:00
metadata.py Move source adapters out of the ingester package 2026-08-20 11:46:55 +03:00