Skip to content

v0.3.5

Latest

Choose a tag to compare

@retospect retospect released this 20 Apr 11:41
· 10 commits to main since this release

Changed

  • BREAKING (behavior): when [store] in a config file explicitly sets metadata_backend = "postgres" or vector_backend = "postgres" and psycopg is not installed, load_config() now raises BackendMissingError instead of warning and silently falling back to SQLite/Chroma. Silent fallback corrupted intent — writes landed in the wrong backend while callers believed they had succeeded. The error names the config file that selected postgres and the install command to fix it, mirroring the existing behavior for graph_backend = "neo4j".

Install

pip install acatome-meta==0.3.5