Quiz 7 Question 19 of 20

A global enterprise deploys a RAG system with Claude across 15 countries. The knowledge base contains documents in 8 languages. Users query in their native language. Current architecture: all documents are stored with their original language embeddings; queries are embedded in the query language; similarity search runs in the query's embedding space. The system performs well for English but significantly underperforms for Japanese and Arabic queries even when relevant documents exist in those languages. What is the architectural root cause and fix?

Select an answer to reveal the explanation.

Motivation