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: OnGeneratedResponse/README.MD
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,13 +2,15 @@
2
2
3
3
Sample solution showing how to swap the citation links when leveraging File Upload Knowledge and Generative Orchestration to point at the same documents hosted on a public website. This allow users to open and see the full document instead of just the chunk (and they can actually download it if they need). This is designed for publicly available documents who need to be indexed by Dataverse to produce the most accurate responses.
4
4
5
+
Update 6/3/2025: the citation now points to the actual page used in the response (for PDFs only)
6
+
5
7
## Benefits for this approach:
6
8
1. Ability to scope specific documents
7
9
1. Better indexing to search for content and summarize answers.
8
10
1. Embedded [image understanding](https://learn.microsoft.com/en-us/microsoft-copilot-studio/knowledge-add-file-upload#annotated-image-support-preview) for PDF files.
9
11
1. Support for [more](https://learn.microsoft.com/microsoft-copilot-studio/knowledge-add-file-upload#supported-document-types) file types.
10
12
1. Support files up to 512 MB.
11
-
1. Clickable citations that point to the source file.
13
+
1. Clickable citations that point to the source file and the actual page number (PDFs only)
12
14
1. Can work unauthenticated.
13
15
1. Allow users to view the entire document and download it if necessary.
0 commit comments