Live data from Hacker News

Untitled topic

news.ycombinator.com

1–2 of 2 posts

Re: undefined

#2
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.