haiku.rag/haiku_rag_slim/haiku/rag/ingester/api
Yiorgis Gozadinos 9baa213b34
Hand storage the database location, not the configuration that placed it
Store, connect_lancedb, gather_database_info and run_doctor take a
location, a path or a URI, and classify it with ConnectionMode.of.
SingleDatabaseSession owns the resolved DatabaseRef and passes its
location down. This removes DatabaseRef.connection(), default_db_path,
the placeholder path for URI-backed databases and the per-database
config copies, so the configuration a client holds is the one the caller
gave it. The chat hands its capabilities the scope it opened along with
the client it lends, and the v0.58.0 migration no longer checks local
free disk for a database behind a URI.
2026-09-03 15:11:37 +03:00
..
routes Hand storage the database location, not the configuration that placed it 2026-09-03 15:11:37 +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