Remove model recommendations from Azure OpenAI example
Model recommendations quickly become outdated. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
8e90958846
commit
a80cf55b3f
1 changed files with 0 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue