Skip to content

Commit 1a32cd4

Browse files
authored
Fix broken paths (#1883)
* fix broken reference in readme * fix broken reference in readme
1 parent 1837d5f commit 1a32cd4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ The repo includes sample data so it's ready to try end to end. In this sample ap
4141
- Renders citations and thought process for each answer
4242
- Includes settings directly in the UI to tweak the behavior and experiment with options
4343
- Integrates Azure AI Search for indexing and retrieval of documents, with support for [many document formats](/docs/data_ingestion.md#supported-document-formats) as well as [integrated vectorization](/docs/data_ingestion.md#overview-of-integrated-vectorization)
44-
- Optional usage of [GPT-4 with vision](/docs/gpt4vision.md) to reason over image-heavy documents
44+
- Optional usage of [GPT-4 with vision](/docs/gpt4v.md) to reason over image-heavy documents
4545
- Optional addition of [speech input/output](/docs/deploy_features.md#enabling-speech-inputoutput) for accessibility
4646
- Optional automation of [user login and data access](/docs/login_and_acl.md) via Microsoft Entra
4747
- Performance tracing and monitoring with Application Insights

samples/chat/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ The repo includes sample data so it's ready to try end to end. In this sample ap
5757
- Renders citations and thought process for each answer
5858
- Includes settings directly in the UI to tweak the behavior and experiment with options
5959
- Integrates Azure AI Search for indexing and retrieval of documents, with support for [many document formats](/docs/data_ingestion.md#supported-document-formats) as well as [integrated vectorization](/docs/data_ingestion.md#overview-of-integrated-vectorization)
60-
- Optional usage of [GPT-4 with vision](/docs/gpt4vision.md) to reason over image-heavy documents
60+
- Optional usage of [GPT-4 with vision](/docs/gpt4v.md) to reason over image-heavy documents
6161
- Optional addition of [speech input/output](/docs/deploy_features.md#enabling-speech-inputoutput) for accessibility
6262
- Optional automation of [user login and data access](/docs/login_and_acl.md) via Microsoft Entra
6363
- Performance tracing and monitoring with Application Insights

0 commit comments

Comments
 (0)