Skip to content

Commit a7bd26d

Browse files
Copilotpamelafox
andcommitted
Fix formatting and Mermaid syntax issues per PR feedback
Co-authored-by: pamelafox <[email protected]>
1 parent 0ebaa1f commit a7bd26d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ You can find extensive documentation in the [docs](docs/README.md) folder:
262262
- [Sharing deployment environments](docs/sharing_environments.md)
263263
- [Local development](docs/localdev.md)
264264
- [Customizing the app](docs/customization.md)
265-
- **[Architecture documentation with interactive diagrams](docs/architecture.md)**
265+
- [Architecture documentation with interactive diagrams](docs/architecture.md)
266266
- [HTTP Protocol](docs/http_protocol.md)
267267
- [Data ingestion](docs/data_ingestion.md)
268268
- [Evaluation](docs/evaluation.md)

docs/architecture.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# RAG Chat: Application Architecture
22

3-
This document provides a detailed architectural overview of the Azure Search OpenAI demo application. The Azure Search OpenAI demo is a Retrieval Augmented Generation (RAG) application that creates a ChatGPT-like experience over your own documents. It combines Azure OpenAI Service for AI capabilities with Azure AI Search for document indexing and retrieval.
3+
This document provides a detailed architectural overview of this application, a Retrieval Augmented Generation (RAG) application that creates a ChatGPT-like experience over your own documents. It combines Azure OpenAI Service for AI capabilities with Azure AI Search for document indexing and retrieval.
44

55
For getting started with the application, see the main [README](../README.md).
66

@@ -32,7 +32,7 @@ graph TB
3232
3333
subgraph "Azure Services"
3434
subgraph "AI Services"
35-
OpenAI[🤖 Azure OpenAI<br/>- GPT-4 Mini<br/>- Text Embeddings<br/>- GPT-4V (optional)]
35+
OpenAI[🤖 Azure OpenAI<br/>- GPT-4 Mini<br/>- Text Embeddings<br/>- GPT-4 Vision]
3636
Search[🔍 Azure AI Search<br/>- Vector Search<br/>- Semantic Ranking<br/>- Full-text Search]
3737
DocIntel[📄 Azure Document<br/>Intelligence<br/>- Text Extraction<br/>- Layout Analysis]
3838
Vision2[👁️ Azure AI Vision<br/>(optional)]

0 commit comments

Comments
 (0)