haiku.rag/haiku_rag_slim/haiku/rag/client
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 Say what a federated client owns, and trim four comments 2026-08-28 09:15:26 +03:00
agents.py Name the databases before the model runs 2026-08-27 17:07:41 +03:00
documents.py Name the database a write wrote to 2026-08-28 08:47:36 +03:00
downloads.py Delete comments that restate the line below them 2026-08-20 15:22:33 +03:00
exceptions.py typed UnsupportedSourceError replaces pipeline string-marker matching 2026-05-26 11:44:46 +03:00
processing.py Resolve file:// URIs to paths through url2pathname 2026-08-21 10:22:26 +03:00
rebuild.py Type writing against one database 2026-08-25 10:09:23 +03:00
scope.py Answer for an unknown database name with one type 2026-08-27 18:04:27 +03:00
search.py Search one database the ordinary way, however it was selected 2026-08-27 14:41:10 +03:00
session.py Say what a federated client owns, and trim four comments 2026-08-28 09:15:26 +03:00
titles.py Extract title generation into client/titles.py 2026-04-24 14:42:53 +03:00