diff --git a/docs-samples/data-science/Fabric-Data-Agent-SDK/Samples/Fabric-DataAgent-OpenAI-Client-sample.ipynb b/docs-samples/data-science/Fabric-Data-Agent-SDK/Samples/Fabric-DataAgent-OpenAI-Client-sample.ipynb index bbf1eb96..77c08dcb 100644 --- a/docs-samples/data-science/Fabric-Data-Agent-SDK/Samples/Fabric-DataAgent-OpenAI-Client-sample.ipynb +++ b/docs-samples/data-science/Fabric-Data-Agent-SDK/Samples/Fabric-DataAgent-OpenAI-Client-sample.ipynb @@ -38,11 +38,12 @@ "source": [ "### Installation and Prerequisites\n", "- A Microsoft Fabric environment or subscription is required.\n", - "- Fabric Capacity: F64 (or higher) \n", - "- Tenant Switches: Enable AI skill, Copilot, cross-geo processing, and cross-geo storage. \n", + "- Fabric Capacity: A paid F2 or higher Fabric capacity \n", + "- Tenant Switches: Enable Data Agent, Copilot, cross-geo processing, and cross-geo storage. \n", "- Data Sources: Warehouse, Lakehouse, Power BI semantic models, KQL databases.\n", - "- Ensure the Python package \"fabric-data-agent-sdk\" is installed (as shown in the following cell).\n", - "- You also need \"sempy\" and other dependencies from \"fabric\" to leverage Fabric Data Agent features. These can be preinstalled in your Fabric environment." + "- Ensure the Python package \"fabric-data-agent-sdk\" is installed (as shown in the following cell) in a Fabric Python notebook.\n", + "- You also need \"sempy\" and other dependencies from \"fabric\" to leverage Fabric Data Agent features. These can be preinstalled in your Fabric environment.", + "- Power BI semantic models via XMLA endpoints tenant switch is enabled for Power BI semantic model data sources." ] }, {