From f0c2758f9315b9cc0af032b8113dc47d9a9e5e63 Mon Sep 17 00:00:00 2001 From: phact Date: Mon, 13 Oct 2025 15:11:58 -0400 Subject: [PATCH] add missing embedding model for onboarding --- tests/integration/test_api_endpoints.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/integration/test_api_endpoints.py b/tests/integration/test_api_endpoints.py index bf976b37..62f425cd 100644 --- a/tests/integration/test_api_endpoints.py +++ b/tests/integration/test_api_endpoints.py @@ -404,6 +404,7 @@ async def test_search_multi_embedding_models( onboarding_payload = { "model_provider": "openai", + "embedding_model": "text-embedding-3-small", "llm_model": "gpt-4o-mini", "sample_data": False, }