Files
siemens_ragas/tests
wangweiandCopilot f6e10145cd Fix: build_models resolves separate AsyncOpenAI clients for judge and embedding models
Previously, only the judge_model's profile was looked up and its AsyncOpenAI

client was shared with embedding_factory. When embedding_model has a different

base_url/api_key (e.g. Qwen3-Embedding-4B on SiliconFlow vs gpt-5 on another

gateway), the embedding calls silently used the wrong URL, causing 402/404 errors.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-07-01 21:15:09 +08:00
..
2026-06-27 14:31:45 +08:00
2026-06-12 14:02:15 +08:00
2026-07-01 17:53:00 +08:00
2026-06-12 14:02:15 +08:00
2026-07-01 17:53:00 +08:00