haiku.rag/haiku_rag_slim/haiku/rag/client
Yiorgis Gozadinos 688d7e708e
State what comments guarantee, not what would go wrong without them
Comments that narrated a failure mode across three or four lines say the
invariant they protect instead: the repository's late embedding, one database
keeping its hybrid scores, one over-fetch decision for a selection, and a cite
fallback that covers exactly what the question covers.
2026-08-28 14:03:05 +03:00
..
__init__.py Read a document, chunk or picture from the database that names it 2026-08-28 13:30:05 +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 State what comments guarantee, not what would go wrong without them 2026-08-28 14:03:05 +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