From 26aa8a8daa5d55276a2f5ecde77ca04cd5032336 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gwyneth=20Pe=C3=B1a-Siguenza?= Date: Tue, 4 Nov 2025 11:05:06 -0500 Subject: [PATCH] Add Azure OpenAI embedding env variable to docs Added env variable AZURE_OPENAI_ENDPOINT_EMBEDDING to env-vars doc --- docs/env-vars.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/env-vars.md b/docs/env-vars.md index b6779aac..2216cc31 100644 --- a/docs/env-vars.md +++ b/docs/env-vars.md @@ -38,6 +38,8 @@ environment variables, starting with: - `AZURE_OPENAI_API_KEY`: Your Azure OpenAI API key. - `AZURE_OPENAI_ENDPOINT`: The full URL of the Azure OpenAI REST API (e.g. https://YOUR_RESOURCE_NAME.openai.azure.com/openai/deployments/YOUR_DEPLOYMENT_NAME/chat/completions?api-version=2023-05-15). +- `AZURE_OPENAI_ENDPOINT_EMBEDDING`: The full URL of the Azure OpenAI REST API for embeddings (e.g. https://YOUR_RESOURCE_NAME.openai.azure.com/openai/deployments/YOUR_EMBEDDING_DEPLOYMENT_NAME/embeddings?api-version=2024-08-01-preview). + - If you use Azure OpenAI you will know where to get these (or ask your sysadmin).