haiku.rag/haiku_rag_slim/haiku/rag/ingester
Yiorgis Gozadinos 3814b2bc78
Report a stemless --db path as a usage error and separate the two lancedb.uri migrations
An empty lancedb.uri, which init-config used to emit, is told to remove the
key; only a non-empty value is told the databases spelling. haiku-rag --db
and haiku-ingester --db turn a path with no stem into typer.BadParameter.
2026-09-03 15:12:09 +03:00
..
api Hand storage the database location, not the configuration that placed it 2026-09-03 15:11:37 +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 One reference and one placement for a database 2026-09-03 15:12:08 +03:00
batch.py Add side-effect-free batch dry-run discovery 2026-06-22 11:33:26 +03:00
cli.py Report a stemless --db path as a usage error and separate the two lancedb.uri migrations 2026-09-03 15:12:09 +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