Skip to content

Commit 385a2fc

Browse files
authored
Add document describing the HTTP chat protocol (#1193)
* Add protocol md and link * Remove protocol doc, update links
1 parent 18a7843 commit 385a2fc

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -280,6 +280,7 @@ For the frontend code, change `BACKEND_URI` in `api.ts` to point at the deployed
280280
For an alternate frontend that's written in Web Components and deployed to Static Web Apps, check out
281281
[azure-search-openai-javascript](https://github.com/Azure-Samples/azure-search-openai-javascript) and its guide
282282
on [using a different backend](https://github.com/Azure-Samples/azure-search-openai-javascript#using-a-different-backend).
283+
Both these repositories adhere to the same [HTTP protocol for RAG chat apps](https://github.com/Azure-Samples/ai-chat-app-protocol).
283284

284285
## Running locally
285286

docs/customization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ The frontend is built using [React](https://reactjs.org/) and [Fluent UI compone
2727

2828
## Customizing the backend
2929

30-
The backend is built using [Quart](https://quart.palletsprojects.com/), a Python framework for asynchronous web applications. The backend code is stored in the `app/backend` folder.
30+
The backend is built using [Quart](https://quart.palletsprojects.com/), a Python framework for asynchronous web applications. The backend code is stored in the `app/backend` folder. The frontend and backend communicate using the [AI Chat App HTTP Protocol](https://github.com/Azure-Samples/ai-chat-app-protocol).
3131

3232
### Chat/Ask tabs
3333

0 commit comments

Comments
 (0)