Skip to content

Commit 00803cc

Browse files
authored
Merge pull request #64 from Azure-Samples/chore/add-openai-dependency
chore: add openai SDK dependency to requirements
2 parents aa2d6d3 + 1ab638c commit 00803cc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ azure-cosmos # For Cosmos DB operations
77
azure-ai-projects # For AI project management & agents (includes FunctionTool)
88
azure-identity # For Azure authentication (DefaultAzureCredential)
99
azure-ai-inference # For the EmbeddingsClient type hint and operations
10+
openai # OpenAI SDK for embeddings via AIProjectClient
1011

1112
# Testing frameworks
1213
pytest # Core testing framework

0 commit comments

Comments
 (0)