diff --git a/website/docs/administration/context/index.mdx b/website/docs/administration/context/index.mdx index 55615f9100ce..c0aa6679e969 100644 --- a/website/docs/administration/context/index.mdx +++ b/website/docs/administration/context/index.mdx @@ -78,8 +78,9 @@ You can add also a remote embedding model provider by adding a new section to th ```toml [model.embedding.http] kind = "openai/embedding" +api_endpoint = "https://api.openai.com" api_key = "sk-..." -model_name = "gpt-4" +model_name = "text-embedding-3-small" ``` Following embedding model providers are supported: