diff --git a/examples/azure-openai/README.md b/examples/azure-openai/README.md index b356ae5c..5822ff1b 100644 --- a/examples/azure-openai/README.md +++ b/examples/azure-openai/README.md @@ -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 diff --git a/examples/azure-openai/requirements.txt b/examples/azure-openai/requirements.txt deleted file mode 100644 index 3d68e68f..00000000 --- a/examples/azure-openai/requirements.txt +++ /dev/null @@ -1,3 +0,0 @@ -graphiti-core -python-dotenv -openai