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
Copy file name to clipboardExpand all lines: AzurePortal/3_AISkills.md
+7-12Lines changed: 7 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,14 +9,6 @@ Last updated: 2025-03-13
9
9
10
10
----------
11
11
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
20
12
21
13
<details>
22
14
<summary><b>List of References </b> (Click to expand)</summary>
-[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)
29
21
-[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)
30
23
31
24
</details>
32
25
33
-
## Content
34
-
35
26
<details>
36
27
<summary><b>Table of Content </b> (Click to expand)</summary>
37
28
38
-
-[References](#references)
39
-
-[Content](#content)
40
29
-[Setup required](#setup-required)
41
30
-[How it works](#how-it-works)
42
31
-[Examples of what to ask](#examples-of-what-to-ask)
43
32
44
33
</details>
45
34
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.
0 commit comments