Convert Azure OpenAI example to use uv
- Remove requirements.txt (uv uses pyproject.toml) - Update README to use 'uv sync' and 'uv run' 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
1a81f71eb3
commit
a2e609cdd8
2 changed files with 2 additions and 7 deletions
|
|
@ -12,10 +12,8 @@ This example demonstrates how to use Graphiti with Azure OpenAI and Neo4j to bui
|
|||
|
||||
### 1. Install Dependencies
|
||||
|
||||
From the project root:
|
||||
|
||||
```bash
|
||||
uv sync --extra dev
|
||||
uv sync
|
||||
```
|
||||
|
||||
### 2. Configure Environment Variables
|
||||
|
|
@ -69,7 +67,7 @@ For local development:
|
|||
|
||||
```bash
|
||||
cd examples/azure-openai
|
||||
python azure_openai_neo4j.py
|
||||
uv run azure_openai_neo4j.py
|
||||
```
|
||||
|
||||
## What This Example Does
|
||||
|
|
|
|||
|
|
@ -1,3 +0,0 @@
|
|||
graphiti-core
|
||||
python-dotenv
|
||||
openai
|
||||
Loading…
Add table
Reference in a new issue