From b2fd2b5aad91e3a90667caabe07b685080bb24c3 Mon Sep 17 00:00:00 2001 From: Varjitt Jeeva Date: Thu, 7 Aug 2025 16:18:29 -0400 Subject: [PATCH] doc: mcp server env update - Azure OpenAI embedding endpoint doc: mcp server env update - Azure OpenAI embedding endpoint --- mcp_server/.env.example | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/mcp_server/.env.example b/mcp_server/.env.example index 1e70ee56..bbddec7f 100644 --- a/mcp_server/.env.example +++ b/mcp_server/.env.example @@ -30,6 +30,11 @@ MODEL_NAME=gpt-4.1-mini # AZURE_OPENAI_ENDPOINT=your_azure_openai_endpoint_here # AZURE_OPENAI_API_VERSION=2025-01-01-preview # AZURE_OPENAI_DEPLOYMENT_NAME=gpt-4o-gpt-4o-mini-deployment +# AZURE_OPENAI_USE_MANAGED_IDENTITY=false + +# Optional: Azure OpenAI Embedding configuration +# Note: You must set the endpoint even if you set the AZURE_OPENAI_ENDPOINT +# otherwise the client will default to api.openai.com +# AZURE_OPENAI_EMBEDDING_ENDPOINT=your_azure_openai_embedding_endpoint_here # AZURE_OPENAI_EMBEDDING_API_VERSION=2023-05-15 # AZURE_OPENAI_EMBEDDING_DEPLOYMENT_NAME=text-embedding-3-large-deployment -# AZURE_OPENAI_USE_MANAGED_IDENTITY=false