Commit graph

2 commits

Author SHA1 Message Date
37e43d353c fix(dates): standardize DD.mmm.YYYY display and snapshot naming 2026-03-14 00:07:55 +01:00
ce042196fe Add ai_brain schema and hybrid search function
Created base memories table (ai-brain-base.sql), applied hybrid
upgrade (chunks + embeddings + tsvector triggers), and added
search_memories() RRF function (search-memories.sql).

Validated end-to-end: insert → chunk → embed via OpenRouter → hybrid
search returns ranked results combining full-text and vector similarity.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-10 09:25:08 +00:00