From 499b201077676d88255ea214d3b6456a87f262d5 Mon Sep 17 00:00:00 2001 From: Diego Luces Date: Tue, 3 Mar 2026 16:05:27 -0800 Subject: [PATCH] Mark SPE agent as deprecated --- .../development/declarative-agent/spe-da-adv.md | 5 +++++ .../development/declarative-agent/spe-da.md | 15 +++++++++------ docs/toc.yml | 8 ++++---- 3 files changed, 18 insertions(+), 10 deletions(-) diff --git a/docs/embedded/development/declarative-agent/spe-da-adv.md b/docs/embedded/development/declarative-agent/spe-da-adv.md index 54b6c5c3a8..542e12f95d 100644 --- a/docs/embedded/development/declarative-agent/spe-da-adv.md +++ b/docs/embedded/development/declarative-agent/spe-da-adv.md @@ -7,6 +7,11 @@ ms.localizationpriority: high # SharePoint Embedded agent Advanced Topics Overview +> [!CAUTION] +> SharePoint Embedded agent has been deprecated in its current form and replaced with [Microsoft Foundry Agent Service](/azure/foundry/agents/overview) with a [SharePoint knowledge source (Preview)](/azure/search/agentic-knowledge-source-how-to-sharepoint-remote?pivots=python) configured for SharePoint Embedded using the `container_type_id` [source-specific property](/azure/search/agentic-knowledge-source-how-to-sharepoint-remote?pivots=python#source-specific-properties). Learn how to [set up SharePoint Embedded as a knowledge source in Microsoft Foundry](sharepoint-embedded-knowledge-source.md). + +This article will remain in place for a limited time for historical reference. + This advanced guide covers how the semantic index powers Retrieval-Augmented Generation (RAG) to provide accurate, context-aware AI responses. We explore how these concepts work together to ensure your agent retrieves relevant information from your data and returns grounded answers. ## Caveats diff --git a/docs/embedded/development/declarative-agent/spe-da.md b/docs/embedded/development/declarative-agent/spe-da.md index 3e7026291b..fd29760a1e 100644 --- a/docs/embedded/development/declarative-agent/spe-da.md +++ b/docs/embedded/development/declarative-agent/spe-da.md @@ -1,21 +1,24 @@ --- -title: SharePoint Embedded agent +title: SharePoint Embedded agent (Deprecated) description: Details usage and billing for SharePoint Embedded agents -ms.date: 05/12/2025 +ms.date: 03/03/2026 ms.localizationpriority: high --- # Overview +> [!CAUTION] +> SharePoint Embedded agent has been deprecated in its current form and replaced with [Microsoft Foundry Agent Service](/azure/foundry/agents/overview) with a [SharePoint knowledge source (Preview)](/azure/search/agentic-knowledge-source-how-to-sharepoint-remote?pivots=python) configured for SharePoint Embedded using the `container_type_id` [source-specific property](/azure/search/agentic-knowledge-source-how-to-sharepoint-remote?pivots=python#source-specific-properties). Learn how to [set up SharePoint Embedded as a knowledge source in Microsoft Foundry](sharepoint-embedded-knowledge-source.md). + +This article will remain in place for a limited time for historical reference. + > [!NOTE] > -> SharePoint Embedded agent is currently in private preview. Stay tuned for latest API and SDK changes on this page. +> The SharePoint Embedded agent SDK is not suitable for production use cases. Stay tuned for the next iteration of SharePoint Embedded agent. > > SPE agent consumption-based model will be available in May 2025! Starting May 1st, standard billing model will be available to all private preview customers and this rollout is expected to complete by May 15th. This means that starting May 15th, to use SPE agent within an SPE application, you will need to use standard Container Type. SPE Agent interactions, including those from Microsoft 365 Copilot license users, will be billed to the Azure subscription associated with your Container Type. Learn more about [SharePoint Embedded billing management](/sharepoint/dev/embedded/administration/billing/billingmanagement). -> -> We are actively working on enabling Direct-to-Customer billing model for SPE agent. Stay tuned for more announcements. -SharePoint Embedded agent enables you to add AI capabilities into your application through a simple SDK. This chat control offers the following features: +SharePoint Embedded agent enables you to quickly demo AI capabilities into your application through a simple SDK, though it is not intended for production use. This chat control offers the following features: - Reason over documents in SharePoint Embedded containers using RAG. - Developers can configure the application code to limit the search scope to files, folders, and containers. diff --git a/docs/toc.yml b/docs/toc.yml index 551e034d96..640ccb94e5 100644 --- a/docs/toc.yml +++ b/docs/toc.yml @@ -656,13 +656,13 @@ href: /training/modules/sharepoint-embedded-setup - name: SharePoint Embedded - building applications href: /training/modules/sharepoint-embedded-create-app - - name: SharePoint Embedded agent ( Private Preview ) + - name: SharePoint Embedded agent ( Deprecated ) items: - - name: SharePoint Embedded agent Overview + - name: SharePoint Embedded agent SDK ( Deprecated ) href: embedded/development/declarative-agent/spe-da.md - - name: SharePoint Embedded agent Tutorial + - name: SharePoint Embedded agent Tutorial ( Deprecated ) href: embedded/development/tutorials/spe-da-vscode.md - - name: SharePoint Embedded agent Advanced Topics + - name: SharePoint Embedded agent Advanced Topics ( Deprecated ) href: embedded/development/declarative-agent/spe-da-adv.md - name: Microsoft Teams items: