haiku.rag/tests/chat
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
..
__init__.py CLI app 2026-01-13 11:31:21 +02:00
test_chat_app.py Hand storage the database location, not the configuration that placed it 2026-09-03 15:11:37 +03:00
test_image_input.py Resolve the databases a command works on, once 2026-08-25 15:48:47 +03:00