haiku.rag/haiku_rag_slim/haiku/rag/ingester/api
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
..
routes Say what a federated client owns, and trim four comments 2026-08-28 09:15:26 +03:00
static feat(ingester): serve control plane under a configurable base path 2026-06-09 23:02:43 -04:00
__init__.py HTTP control plane 2026-05-26 11:41:54 +03:00
auth.py constant-time auth, migration short-circuit 2026-05-26 11:44:46 +03:00
schemas.py Add custom ingester sources via entry points 2026-06-16 10:54:24 +03:00
server.py Let the configuration place the ingester's database 2026-08-27 14:00:21 +03:00