haiku.rag/haiku_rag_slim/haiku/rag/store
Yiorgis Gozadinos bddb32b469
Build the embedder for a set from configuration
An embedder is a function of configuration, not of a database, and the
databases in a selection share one, so a client covering a set builds it
on first use and closes it on teardown. Operations that need one database
say so instead of surfacing a missing store.
2026-08-24 15:28:21 +03:00
..
models Tell a document which database it came from 2026-08-24 10:03:47 +03:00
repositories Embed a search query once for the whole selection 2026-08-24 15:27:59 +03:00
upgrades Delete comments that restate the line below them 2026-08-20 15:22:33 +03:00
__init__.py Move ConfigMismatchError to the store exceptions module 2026-08-24 10:03:46 +03:00
compression.py Collapse docling compression to a single function 2026-06-24 10:43:27 +03:00
engine.py Require one embedder across databases searched together 2026-08-24 15:27:59 +03:00
exceptions.py Build the embedder for a set from configuration 2026-08-24 15:28:21 +03:00
info.py Split the store module by responsibility 2026-08-20 12:13:51 +03:00
schema.py Split the store module by responsibility 2026-08-20 12:13:51 +03:00