You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cross-lingual retrieval (ask in one language, hit a document in another) comes from the embedder, not keyword search. docs/PROVIDERS.md covers the what but not an end-to-end setup + an eval that proves it.
Scope
step-by-step OpenAI and Ollama embedder setup
a small mixed-language fixture brain
an eval asserting a query in language A retrieves a source in language B
note PGLite has no stemmer/unaccent (vector signal carries morphology)
Cross-lingual retrieval (ask in one language, hit a document in another) comes from the embedder, not keyword search. docs/PROVIDERS.md covers the what but not an end-to-end setup + an eval that proves it.
Scope