Skip to content

Commit e5bbe9f

Browse files
authored
+ ref
1 parent 251ade8 commit e5bbe9f

1 file changed

Lines changed: 7 additions & 12 deletions

File tree

AzurePortal/3_AISkills.md

Lines changed: 7 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,6 @@ Last updated: 2025-03-13
99

1010
----------
1111

12-
> AI skills in Microsoft Fabric enable users to `create conversational AI experiences that answer questions about data stored in lakehouses, warehouses, Power BI semantic models, and KQL databases`. These skills make data insights accessible and actionable, allowing users to `interact with data naturally and receive relevant answers without needing technical expertise`. You can create custom Q&A systems using generative AI, guiding the AI with instructions and examples to ensure it understands your organization's context and data.
13-
14-
Key Features:
15-
- Customizable Q&A Systems: Tailor the AI to answer specific questions relevant to your organization.
16-
- Generative AI: Leverage advanced AI to interact with your data, enhancing data-driven decision-making.
17-
- Ease of Use: Once set up, users can simply ask questions and get accurate answers without needing deep technical knowledge.
18-
19-
## References
2012

2113
<details>
2214
<summary><b>List of References </b> (Click to expand)</summary>
@@ -27,22 +19,25 @@ Key Features:
2719
- [AI skill scenario (preview)](https://learn.microsoft.com/en-us/fabric/data-science/ai-skill-scenario)
2820
- [Prebuilt Azure AI services in Fabric](https://blog.fabric.microsoft.com/en-us/blog/prebuilt-azure-ai-services-in-fabric-2?ft=02-2024:date)
2921
- [AI skill example with the AdventureWorks dataset -preview](https://learn.microsoft.com/en-us/fabric/data-science/ai-skill-scenario): `This example sets up a custom OpenAI client to interact with a conversational AI system. It sends a question about data sources, waits for a response, and prints the conversation`. The client handles authentication using a token and manages conversation threads programmatically. The data sources it can query include lakehouses, warehouses, Power BI semantic models, and KQL databases. Finally, it cleans up by deleting the conversation thread.
22+
- [Create a Fabric data agent (preview)](https://learn.microsoft.com/en-us/fabric/data-science/how-to-create-data-agent)
3023

3124
</details>
3225

33-
## Content
34-
3526
<details>
3627
<summary><b>Table of Content </b> (Click to expand)</summary>
3728

38-
- [References](#references)
39-
- [Content](#content)
4029
- [Setup required](#setup-required)
4130
- [How it works](#how-it-works)
4231
- [Examples of what to ask](#examples-of-what-to-ask)
4332

4433
</details>
4534

35+
> AI skills in Microsoft Fabric enable users to `create conversational AI experiences that answer questions about data stored in lakehouses, warehouses, Power BI semantic models, and KQL databases`. These skills make data insights accessible and actionable, allowing users to `interact with data naturally and receive relevant answers without needing technical expertise`. You can create custom Q&A systems using generative AI, guiding the AI with instructions and examples to ensure it understands your organization's context and data.
36+
37+
Key Features:
38+
- Customizable Q&A Systems: Tailor the AI to answer specific questions relevant to your organization.
39+
- Generative AI: Leverage advanced AI to interact with your data, enhancing data-driven decision-making.
40+
- Ease of Use: Once set up, users can simply ask questions and get accurate answers without needing deep technical knowledge.
4641

4742
## Setup required
4843

0 commit comments

Comments
 (0)