Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions scenarios/Agents/samples/sales-analyst/.env.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
PROJECT_CONNECTION_STRING="<HostName>;<AzureSubscriptionId>;<ResourceGroup>;<HubName>"
AZURE_OPENAI_DEPLOYMENT="gpt-4o-mini"
24 changes: 24 additions & 0 deletions scenarios/Agents/samples/sales-analyst/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@

## Sales Anaylst Agent
---
page_type: sample

languages:
- Python

products:
- ai-services
- azure-openai
---
### Overview
This scenario demonstrates the use of Azure OpenAI to analyze sales data for AdventureWorks. The AI agent performs key tasks, including retrieving files, conducting sales calculations, and generating actionable insights. By leveraging tools like File Search, this example highlights how businesses can streamline analytical workflows and improve decision-making using Azure OpenAI Agents.

### Objective

The objective of the provided notebook is to demonstrate how to use Azure OpenAI Assistants for real-world analytics by converting, uploading, and analyzing sales data to generate actionable insights like regional revenue metrics.

### Programming Languages

- Python

### Estimated Runtime: 10 mins
Loading
Loading