Files
translate-mcp/src
Christian Gick e356cd93b5 fix(llm): use text-embedding-3-small with dimensions=1024 to match TM column
LiteLLM doesn't expose mxbai-embed-large; text-embedding-3-small with the
`dimensions` param produces 1024-dim vectors that fit translation_memory.embedding.

Refs: CF-3125
2026-04-14 16:33:57 +03:00
..