Skip to content

Commit 4fb1c6d

Browse files
committed
Mark SPE agent as deprecated
1 parent 1b8660a commit 4fb1c6d

3 files changed

Lines changed: 18 additions & 10 deletions

File tree

docs/embedded/development/declarative-agent/spe-da-adv.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ ms.localizationpriority: high
77

88
# SharePoint Embedded agent Advanced Topics Overview
99

10+
> [!CAUTION]
11+
> 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).
12+
13+
This article will remain in place for a limited time for historical reference.
14+
1015
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.
1116

1217
## Caveats

docs/embedded/development/declarative-agent/spe-da.md

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,24 @@
11
---
2-
title: SharePoint Embedded agent
2+
title: SharePoint Embedded agent (Deprecated)
33
description: Details usage and billing for SharePoint Embedded agents
4-
ms.date: 05/12/2025
4+
ms.date: 03/03/2026
55
ms.localizationpriority: high
66
---
77

88
# Overview
99

10+
> [!CAUTION]
11+
> 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).
12+
13+
This article will remain in place for a limited time for historical reference.
14+
1015
> [!NOTE]
1116
>
12-
> SharePoint Embedded agent is currently in private preview. Stay tuned for latest API and SDK changes on this page.
17+
> The SharePoint Embedded agent SDK is not suitable for production use cases. Stay tuned for the next iteration of SharePoint Embedded agent.
1318
>
1419
> 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).
15-
>
16-
> We are actively working on enabling Direct-to-Customer billing model for SPE agent. Stay tuned for more announcements.
1720
18-
SharePoint Embedded agent enables you to add AI capabilities into your application through a simple SDK. This chat control offers the following features:
21+
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:
1922

2023
- Reason over documents in SharePoint Embedded containers using RAG.
2124
- Developers can configure the application code to limit the search scope to files, folders, and containers.

docs/toc.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -656,13 +656,13 @@
656656
href: /training/modules/sharepoint-embedded-setup
657657
- name: SharePoint Embedded - building applications
658658
href: /training/modules/sharepoint-embedded-create-app
659-
- name: SharePoint Embedded agent ( Private Preview )
659+
- name: SharePoint Embedded agent ( Deprecated )
660660
items:
661-
- name: SharePoint Embedded agent Overview
661+
- name: SharePoint Embedded agent SDK ( Deprecated )
662662
href: embedded/development/declarative-agent/spe-da.md
663-
- name: SharePoint Embedded agent Tutorial
663+
- name: SharePoint Embedded agent Tutorial ( Deprecated )
664664
href: embedded/development/tutorials/spe-da-vscode.md
665-
- name: SharePoint Embedded agent Advanced Topics
665+
- name: SharePoint Embedded agent Advanced Topics ( Deprecated )
666666
href: embedded/development/declarative-agent/spe-da-adv.md
667667
- name: Microsoft Teams
668668
items:

0 commit comments

Comments
 (0)