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: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,7 @@ The repo includes sample data so it's ready to try end to end. In this sample ap
41
41
- Renders citations and thought process for each answer
42
42
- Includes settings directly in the UI to tweak the behavior and experiment with options
43
43
- 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
45
45
- Optional addition of [speech input/output](/docs/deploy_features.md#enabling-speech-inputoutput) for accessibility
46
46
- Optional automation of [user login and data access](/docs/login_and_acl.md) via Microsoft Entra
47
47
- Performance tracing and monitoring with Application Insights
Copy file name to clipboardExpand all lines: samples/chat/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -57,7 +57,7 @@ The repo includes sample data so it's ready to try end to end. In this sample ap
57
57
- Renders citations and thought process for each answer
58
58
- Includes settings directly in the UI to tweak the behavior and experiment with options
59
59
- 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
61
61
- Optional addition of [speech input/output](/docs/deploy_features.md#enabling-speech-inputoutput) for accessibility
62
62
- Optional automation of [user login and data access](/docs/login_and_acl.md) via Microsoft Entra
63
63
- Performance tracing and monitoring with Application Insights
0 commit comments