We added language routing work for RAG queries. The goal is to keep knowledge access language-aware without forcing every path into translation first.
This matters for retrieval because evidence can exist in a different language from the user query. Language routing gives the system an explicit place to decide how to handle that case.


