Skip to content

Commit d11b5ac

Browse files
committed
update links
1 parent 33c3efc commit d11b5ac

File tree

4 files changed

+13
-13
lines changed

4 files changed

+13
-13
lines changed

support/power-platform/copilot-studio/generative-answers/sharepoint-no-response.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Generative answers allow makers to create agents that respond to questions groun
1919
When a SharePoint data source is configured, there could be several different factors preventing the **Create generative answers** node from returning a response, such as those described in the following sections.
2020

2121
> [!Note]
22-
> Before continuing, please make sure you have followed the instructions on how to [set up generative answers over SharePoint](nlu-boost-node.md).
22+
> Before continuing, please make sure you have followed the instructions on how to [set up generative answers over SharePoint](/microsoft-copilot-studio/nlu-boost-node).
2323
>
2424
> For better search results, we recommend a Microsoft 365 Copilot license within the same tenant as your agent.
2525
@@ -31,7 +31,7 @@ When Copilot Studio searches SharePoint, only the top three search results are u
3131

3232
1. Ensure that your Create generative answers node points to a SharePoint location with relevant content.
3333

34-
1. Only documents in [supported formats](nlu-boost-node.md#supported-content) are used to generate responses.
34+
1. Only documents in [supported formats](/microsoft-copilot-studio/nlu-boost-node#supported-content) are used to generate responses.
3535

3636
> [!Note]
3737
> Only modern SharePoint pages are supported.
@@ -40,7 +40,7 @@ When Copilot Studio searches SharePoint, only the top three search results are u
4040

4141
## Missing user permissions
4242

43-
Generative answers over SharePoint rely on [delegated permissions](nlu-boost-node.md#authentication) when searching. At a minimum, a user must have read permissions on the relevant sites and files, or no search results will be returned.
43+
Generative answers over SharePoint rely on [delegated permissions](/microsoft-copilot-studio/nlu-boost-node#authentication) when searching. At a minimum, a user must have read permissions on the relevant sites and files, or no search results will be returned.
4444

4545
If the user is missing permissions, no results are returned, nor any errors or exceptions. For a user with no permissions, it appears as if no documents were found.
4646

@@ -50,37 +50,37 @@ Amend permissions so users can access the relevant sites and files. For more inf
5050

5151
## The app registration or agent are misconfigured
5252

53-
When admins configure generative answers over SharePoint, admins are expected to set up authentication with a Microsoft Entra ID, and configure [extra scopes](configuration-end-user-authentication.md#authenticate-manually). If scopes are missing from the app registration or from the agent authentication settings, or if consent wasn't granted to the required scopes, no results are returned, nor any errors or exceptions. For a user, it appears as if no documents were found.
53+
When admins configure generative answers over SharePoint, admins are expected to set up authentication with a Microsoft Entra ID, and configure [extra scopes](/microsoft-copilot-studio/configuration-end-user-authentication#authenticate-manually). If scopes are missing from the app registration or from the agent authentication settings, or if consent wasn't granted to the required scopes, no results are returned, nor any errors or exceptions. For a user, it appears as if no documents were found.
5454

5555
### How to fix
5656

5757
Add the necessary scopes to the App Registration and/or the agent's authentication settings, and grant consent.
5858

5959
The following example is a reference to a well configured app registration:
6060

61-
:::image type="content" source="media/generative-answers/app-registration.png" alt-text="Screenshot of app registration permissions.":::
61+
:::image type="content" source="../media/generative-answers/app-registration.png" alt-text="Screenshot of app registration permissions.":::
6262

6363
The following example shows the required authentication settings in Copilot Studio:
6464

65-
:::image type="content" source="media/generative-answers/copilot-auth.png" alt-text="Screenshot showing Copilot Studio authentication settings.":::
65+
:::image type="content" source="../media/generative-answers/copilot-auth.png" alt-text="Screenshot showing Copilot Studio authentication settings.":::
6666

6767
## File size support
6868

69-
For SharePoint sources, if you don't have a Microsoft 365 Copilot license in the same tenant as your agent, generative answers can only process files up to 7 MB in size. You must also turn off the [Enhanced search results](knowledge-copilot-studio.md#tenant-graph-grounding) feature.
69+
For SharePoint sources, if you don't have a Microsoft 365 Copilot license in the same tenant as your agent, generative answers can only process files up to 7 MB in size. You must also turn off the [Enhanced search results](/microsoft-copilot-studio/knowledge-copilot-studio#tenant-graph-grounding) feature.
7070

7171
If you have a Microsoft 365 Copilot license in the same tenant as your agent, the maximum file size is 200 MB. You must also turn on the **Enhanced search results** feature.
7272

73-
Larger files can be stored in SharePoint and **are returned** by a Microsoft Graph search, but aren't processed by generative answers. As an alternative, you can upload your own [files](knowledge-add-file-upload.md), which can be up to 512 MB in size.
73+
Larger files can be stored in SharePoint and **are returned** by a Microsoft Graph search, but aren't processed by generative answers. As an alternative, you can upload your own [files](/microsoft-copilot-studio/knowledge-add-file-upload), which can be up to 512 MB in size.
7474

75-
For a list of limits and supported SharePoint functionality, see [Copilot Studio web app SharePoint limits](requirements-quotas.md#copilot-studio-web-app-sharepoint-limits).
75+
For a list of limits and supported SharePoint functionality, see [Copilot Studio web app SharePoint limits](/microsoft-copilot-studio/requirements-quotas#copilot-studio-web-app-sharepoint-limits).
7676

7777
### How to fix
7878

79-
If files relevant for your conversational AI experience exceed the size limitation, you might want to explore alternative architectures, such as using [Microsoft 365 Semantic Indexing](/microsoftsearch/semantic-index-for-copilot) or [connect your data to Azure OpenAI for Generative answers](nlu-generative-answers-azure-openai.md).
79+
If files relevant for your conversational AI experience exceed the size limitation, you might want to explore alternative architectures, such as using [Microsoft 365 Semantic Indexing](/microsoftsearch/semantic-index-for-copilot) or [connect your data to Azure OpenAI for Generative answers](/microsoft-copilot-studio/nlu-generative-answers-azure-openai).
8080

8181
## Content blocked by content moderation
8282

83-
When they generate responses, Copilot Studio agents moderate content that falls under the [harm categories](/azure/ai-services/content-safety/concepts/harm-categories). When content gets moderated, generative answers doesn't provide a response or an indication that content was moderated. However, moderation events are logged when the agent is configured to [send telemetry data to Azure Applications Insights](advanced-bot-framework-composer-capture-telemetry.md#connect-your-copilot-studio-agent-to-application-insights).
83+
When they generate responses, Copilot Studio agents moderate content that falls under the [harm categories](/azure/ai-services/content-safety/concepts/harm-categories). When content gets moderated, generative answers doesn't provide a response or an indication that content was moderated. However, moderation events are logged when the agent is configured to [send telemetry data to Azure Applications Insights](/microsoft-copilot-studio/advanced-bot-framework-composer-capture-telemetry#connect-your-copilot-studio-agent-to-application-insights).
8484

8585
After connecting your agent to Azure App Insights, you can use the following Kusto Query Language (KQL) query to find out if content was filtered:
8686

@@ -102,10 +102,10 @@ customEvents
102102

103103
In the following example, the KQL query highlights an attempt to use generative answers filtered by content moderation:
104104

105-
:::image type="content" source="media/generative-answers/content-filtered.png" alt-text="Screenshot of Azure Application Insights.":::
105+
:::image type="content" source="../media/generative-answers/content-filtered.png" alt-text="Screenshot of Azure Application Insights.":::
106106

107107
### How to fix
108108

109-
- Try to adjust [content moderation](nlu-boost-conversations.md#content-moderation), but keep in mind that a lower level of content moderation might result in answers that are less accurate or relevant.
109+
- Try to adjust [content moderation](/microsoft-copilot-studio/nlu-boost-conversations#content-moderation), but keep in mind that a lower level of content moderation might result in answers that are less accurate or relevant.
110110

111111
- If you think your content shouldn't be moderated, [raise a case with customer support](/power-platform/admin/get-help-support).
189 KB
Loading
412 KB
Loading
54.6 KB
Loading

0 commit comments

Comments
 (0)