add missing embedding model for onboarding
This commit is contained in:
parent
c078c62717
commit
f0c2758f93
1 changed files with 1 additions and 0 deletions
|
|
@ -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,
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue