haiku.rag/haiku_rag_slim/haiku/rag/client
Yiorgis Gozadinos 9210642f65
Report where a named remote database actually is
A URI-backed database is constructed with a local `db_path` nothing connects
to, and the info modal reported that, so `--db-name` on an S3 database named a
local directory. `location` reads the configuration instead, and the modal
labels it as one.

`InfoModal`'s `db_path` argument is gone: both callers passed None, so only a
test reached the branch that used it.
2026-08-27 11:40:35 +03:00
..
__init__.py Report where a named remote database actually is 2026-08-27 11:40:35 +03:00
agents.py Resolve the databases a command works on, once 2026-08-25 15:48:47 +03:00
documents.py Type writing against one database 2026-08-25 10:09:23 +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 Trim the comments to what a reader needs 2026-08-26 13:29:00 +03:00
search.py Refuse a chunk id that names a chunk in two databases 2026-08-25 17:38:25 +03:00
session.py Report where a named remote database actually is 2026-08-27 11:40:35 +03:00
titles.py Extract title generation into client/titles.py 2026-04-24 14:42:53 +03:00