Hacker News new | ask | show | jobs
by hoverbot 268 days ago
We just built a production grade multilingual RAG system and wrote up the design and what we learned in “Multilingual RAG That Actually Works: A Practical Architecture.”

Many multilingual RAG setups break in familiar ways: embedding spaces that do not line up, chunks cut mid sentence, and translation that mangles names or IDs. We tried a different path. We keep the reasoning in one base language, translate only at the edges, and guard important terms with glossaries.