haiku.rag/haiku_rag_slim/haiku/rag/ingester/api/routes
Yiorgis Gozadinos bee67e736a
Say what a federated client owns, and trim four comments
The set shares the reranker its facades borrow, not an embedder: each covered
database builds and closes its own. Sharing one needs the lender pattern inside
`Store`, since a store's embedder also serves writes and is closed with the
session, so it is left as follow-up rather than done here.

`reported_location` returned `client.location` and nothing else; its test
asserted that a mock returns what it was given. `list_documents` names its
results through `name_all`.
2026-08-28 09:15:26 +03:00
..
__init__.py HTTP control plane 2026-05-26 11:41:54 +03:00
config.py Add /database and /config endpoints to the ingester API 2026-06-09 12:11:33 +03:00
dashboard.py feat(ingester): serve control plane under a configurable base path 2026-06-09 23:02:43 -04:00
database.py Say what a federated client owns, and trim four comments 2026-08-28 09:15:26 +03:00
dlq.py Bound ?limit and ?offset on /jobs and /dlq 2026-05-26 16:05:47 +03:00
health.py Add pool-wide circuit breaker to the worker pool 2026-05-27 10:52:48 +03:00
jobs.py Bound ?limit and ?offset on /jobs and /dlq 2026-05-26 16:05:47 +03:00
providers.py Probe docling-serve only when converter or chunker uses it 2026-05-27 15:18:25 +03:00
sources.py Tighten retry/reap_stale guards; fix SourceSummary.type leak 2026-05-26 12:38:55 +03:00
stats.py Operator dashboard at GET /; tighten Logfire span shape 2026-05-26 11:44:47 +03:00