haiku.rag/haiku_rag_slim/haiku/rag/client
Yiorgis Gozadinos 5b420a9b23
Take a schemeless lancedb.uri as a local path
Closes #582. `lancedb.databases` entries already classify a location by
whether it carries a scheme; `lancedb.uri` was taken as a URI whatever it
said, so a local path was opened as object storage and a mistyped one
became a new empty database instead of failing. Both settings now place a
database the same way, and `--db PATH` overrides either.
2026-08-26 12:20:09 +03:00
..
__init__.py Refuse a chunk id that names a chunk in two databases 2026-08-25 17:38:25 +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 Take a schemeless lancedb.uri as a local path 2026-08-26 12:20:09 +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 Ask the client what it covers 2026-08-25 14:16:22 +03:00
titles.py Extract title generation into client/titles.py 2026-04-24 14:42:53 +03:00