You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: switch default embedding model to BAAI/bge-m3 for multilingual support
bge-large-en-v1.5 is English-only. bge-m3 supports 100+ languages
(including German) with the same 1024-dim output — no schema change needed.
Also fix prefix logic: bge-m3 is symmetric (no query prefix), unlike the
English BGE models which require a retrieval instruction prefix.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Default: **`BAAI/bge-m3`** (1024-dim, multilingual, 100+ languages including German).
84
84
Optimised for H100/H200/RTX 6000 Ada GPU hardware.
85
85
86
86
If you change `EMBEDDING_MODEL` to a model with different output dimensions, update `vector(1024)` in `docker/postgres/init/02_schema.sql` accordingly and recreate the database volume.
0 commit comments