You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Refactor README for AI Shopping Assistant and analysis
Updated the README to improve structure and clarity, adding sections for AI Shopping Assistant and customer behavior analysis. Enhanced descriptions and added images for better visualization.
Copy file name to clipboardExpand all lines: 0_Azure/_industry-specific/1_Retail/0_Art_of_the_possible/README.md
+40-20Lines changed: 40 additions & 20 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,32 +10,52 @@ Last updated: 2025-10-23
10
10
11
11
----------
12
12
13
-
1. AI Shopping assistant: `my own copilot`, `want to chat with my data`[GPT-RAG Solution Accelerator](https://github.com/Azure/GPT-RAG). RAG-based chatbot to interact with manuals, guides, and product data for better search and personalization.
2. Analyze customer behavior and feedback for trend discovery. [Demo: How to configure the Microsoft Fabric (Power BI) MCP connector in Copilot Studio](https://github.com/MicrosoftCloudEssentials-LearningHub/Fabric-MCP-Agent2Agent)
15
+
> `my own copilot`, `want to chat with my data`[GPT-RAG Solution Accelerator](https://github.com/Azure/GPT-RAG). RAG-based chatbot to interact with manuals, guides, and product data for better search and personalization.
[Demo: How to configure the Microsoft Fabric (Power BI) MCP connector in Copilot Studio](https://github.com/MicrosoftCloudEssentials-LearningHub/Fabric-MCP-Agent2Agent)
> 3.**Improve Taxonomy & Metadata**: Purview ensures consistent metadata and compliance across layers.
46
+
> 4.**Personalized Content Blocks**: Azure ML models → App Service → Front Door → End-user experience.
47
+
48
+
|**Layer / Component**|**Details**|
49
+
|------------------------|-------------|
50
+
|**1. Data Sources**| • **E-commerce Platform**: Provides product catalog, pricing, inventory, and order history.<br>• **Customer Interaction Data**: Includes clickstream, browsing patterns, and purchase behavior.<br>• **Social Media APIs (X, YouTube, Instagram, TikTok)**: Streams hashtags, influencer posts, and comments for trend and sentiment analysis.<br>• **API Connections**: Enable secure data pulls from external sources into the platform. |
51
+
|**2. Ingestion Layer**| • **Fabric Data Factory**:<br> – Handles **batch ingestion** of structured data from e-commerce and customer systems.<br> – Moves raw data into the **Bronze layer** in OneLake.<br>• **Eventstream (Fabric)**:<br> – Captures **real-time social media feeds** and customer interaction events.<br> – Streams data directly into OneLake and **Real-Time Analytics (KQL)** for immediate processing. |
52
+
|**3. Medallion Architecture in Fabric**| • **Bronze (Raw)**: Stores unprocessed data from APIs and batch pipelines.<br>• **Silver (Cleaned/Transformed)**:<br> – PySpark notebooks clean, standardize, and enrich data.<br> – Apply taxonomy rules and metadata alignment.<br>• **Gold (Curated)**:<br> – Business-ready tables for analytics and AI models.<br> – Includes aggregated sentiment scores, product attributes, and customer segments. |
53
+
|**4. Governance & Metadata (Microsoft Purview)**| • Scans Silver and Gold layers for lineage and compliance.<br>• Maintains taxonomy dictionaries and metadata standards.<br>• Applies sensitivity labels and access policies for secure data usage. |
54
+
|**5. Real-Time Analytics**| • **KQL Database (Fabric Real-Time Analytics)**:<br> – Processes Eventstream data for sentiment scoring and trend detection.<br> – Outputs aggregated insights to Gold layer for reporting and AI consumption.<br>• **Data Activator / Logic Apps**: Triggers marketing campaigns or feature flags when sentiment thresholds are met. |
55
+
|**6. AI & Machine Learning**| • **Azure AI Foundry + OpenAI**:<br> – Generates complementary product suggestions using:<br> • Content-based filtering (attributes, taxonomy).<br> • RAG (Retrieval-Augmented Generation) for product guides.<br>• **Azure Machine Learning**:<br> – Trains personalization models (propensity, uplift).<br> – Deploys endpoints for real-time scoring.<br>• **AI Vision & AI Services**: Optional image analysis for social media content. |
56
+
|**7. Delivery Layer**| • **Container App / Web App**: Hosts APIs for personalized content blocks and recommendation engine.<br>• **Azure Front Door/CDN**: Ensures global, low-latency delivery of personalized experiences.<br>• **App Service Plan**: Provides scalable hosting for web applications. |
57
+
|**8. Insights & Reporting**| • **Power BI (Direct Lake Mode)**:<br> – Connects to Lakehouse in OneLake for real-time dashboards.<br> – Displays campaign performance, sentiment trends, and recommendation effectiveness.<br>• **Copilot**: Assists business users with natural language queries on data. |
58
+
|**9. Security & Monitoring**| • **Azure Key Vault**: Stores API keys, credentials, and secrets securely.<br>• **Azure Monitor & Application Insights**: Tracks pipeline health, model latency, and API performance. |
0 commit comments