From a80cf55b3faba7824d435afb4e8f39c17ffc07b2 Mon Sep 17 00:00:00 2001 From: Daniel Chalef <131175+danielchalef@users.noreply.github.com> Date: Thu, 13 Nov 2025 21:02:17 -0800 Subject: [PATCH] Remove model recommendations from Azure OpenAI example MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Model recommendations quickly become outdated. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- examples/azure-openai/README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/examples/azure-openai/README.md b/examples/azure-openai/README.md index 19de3a19..4fa2e5a2 100644 --- a/examples/azure-openai/README.md +++ b/examples/azure-openai/README.md @@ -46,11 +46,9 @@ AZURE_OPENAI_EMBEDDING_DEPLOYMENT=text-embedding-3-small This example requires two Azure OpenAI model deployments: 1. **Chat Completion Model**: Used for entity extraction and relationship analysis - - Recommended: GPT-4.1, GPT-4.1-mini, or GPT-4 Turbo - Set the deployment name in `AZURE_OPENAI_DEPLOYMENT` 2. **Embedding Model**: Used for semantic search - - Recommended: text-embedding-3-small or text-embedding-3-large - Set the deployment name in `AZURE_OPENAI_EMBEDDING_DEPLOYMENT` ### 4. Neo4j Setup