From b6a9d734a3ff052367834adaa1293444d57adc58 Mon Sep 17 00:00:00 2001
From: Timna Brown <24630902+brown9804@users.noreply.github.com>
Date: Fri, 2 May 2025 09:09:28 -0600
Subject: [PATCH 1/8] updating from AI Skills to Data Agents
---
.../DataScience/Data_Agents/.md | 105 ++++++++++++++++++
1 file changed, 105 insertions(+)
create mode 100644 Workloads-Specific/DataScience/Data_Agents/.md
diff --git a/Workloads-Specific/DataScience/Data_Agents/.md b/Workloads-Specific/DataScience/Data_Agents/.md
new file mode 100644
index 0000000..9f949fd
--- /dev/null
+++ b/Workloads-Specific/DataScience/Data_Agents/.md
@@ -0,0 +1,105 @@
+# Demostration: Data Agents in Microsoft Fabric (Preview)
+
+Costa Rica
+
+[](https://github.com/)
+[brown9804](https://github.com/brown9804)
+
+Last updated: 2025-03-13
+
+----------
+
+
+List of References (Click to expand)
+
+- [Fabric data agent concepts (preview)](https://learn.microsoft.com/en-us/fabric/data-science/concept-data-agent)
+- [How to create a Fabric data agent (preview)](https://learn.microsoft.com/en-us/fabric/data-science/how-to-create-data-agent)
+- [Fabric data agent example with the AdventureWorks dataset (preview)](https://learn.microsoft.com/en-us/fabric/data-science/data-agent-scenario): `This example sets up a Fabric data agent to enable conversational AI over enterprise data`. It connects to a lakehouse with the AdventureWorks dataset and allows users to ask natural language questions. The agent interprets queries, accesses data from sources like warehouses, semantic models, and KQL databases, and returns insights. It simplifies data interaction without requiring code or SQL.
+- [Create a Fabric data agent (preview)](https://learn.microsoft.com/en-us/fabric/data-science/how-to-create-data-agent)
+
+Table of Content (Click to expand)
+
+- [Setup required](#setup-required)
+- [How it works](#how-it-works)
+- [Examples of what to ask](#examples-of-what-to-ask)
+
+
+
+
+
+
+
+3. **Tenant switch enabled**: This feature must be activated.
+ - Enable tenant configuration for AI Skills:
+
+
+
+ - Enable tenant configuration for Copilot and AI:
+
+
+
+4. **Cross-Geo sharing for AI enabled**: If relevant to your setup, this should be enabled.
+5. **A Warehouse or Lakehouse with data**: You need to have data available in either a Warehouse or Lakehouse.
+
+## How it works
+
+1. Go to Data Science space:
+
+
+
+2. Choose the name for the AI Skill instance:
+
+
+
+3. Add data:
+
+
+
+4. If new, choose the source/connection:
+
+
+
+5. Relate tables, and start asking!
+
+
+
+## Examples of what to ask
+
+
+| **Question** | **Example of it looks** |
+|------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------|
+| **Data Exploration** | |
+| - Can you provide an overview of this dataset?
- Are there any missing values or anomalies in this dataset? | |
+| What are the key variables in this data? |
|
+| **Data Insights** | |
+| What patterns or trends can you identify in this data? |
|
+| Can you highlight any correlations between variables? |
|
+| What are the outliers in this dataset? |
|
+
+
+