Skip to content

Commit

Permalink
Update READMNE and add pdf sample
Browse files Browse the repository at this point in the history
  • Loading branch information
TaoChenOSU authored and shawncal committed Apr 28, 2023
1 parent b7e5d0f commit 0d1eb44
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 1 deletion.
1 change: 1 addition & 0 deletions samples/apps/copilot-chat-app/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ First, let’s set up and verify the back-end API server is running.
```bash
REACT_APP_BACKEND_URI=https://localhost:40443/
REACT_APP_AAD_CLIENT_ID=00000000-0000-0000-0000-000000000000
REACT_APP_AAD_AUTHORITY=https://login.microsoftonline.com/common
```
1. To build and run the front-end application
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 9 additions & 1 deletion samples/apps/copilot-chat-app/importdocument/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,12 @@ Importing documents enables Copilot Chat to have up-to-date knowledge of specifi
> Currently only supports txt files. A sample file is provided under ./sample-docs.
Importing may take some time to generate embeddings for each piece/chunk of a document.
5. Chat with the bot. Example: ![](../images/Document-Memory-Sample.png)
5. Chat with the bot.

Examples:

With [ms10k.txt](./sample-docs/ms10k.txt):
![](../images/Document-Memory-Sample-1.png)

With [Microsoft Responsible AI Standard v2 General Requirements.pdf](./sample-docs/Microsoft-Responsible-AI-Standard-v2-General-Requirements.pdf):
![](../images/Document-Memory-Sample-2.png)

0 comments on commit 0d1eb44

Please sign in to comment.