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: docs/deploy_features.md
-4Lines changed: 0 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -152,8 +152,6 @@ To enable reasoning models, follow the steps in [the reasoning models guide](./r
152
152
153
153
## Using agentic retrieval
154
154
155
-
⚠️ This feature is not fully compatible with [multimodal feature](./multimodal.md).
156
-
157
155
This feature allows you to use agentic retrieval in place of the Search API. To enable agentic retrieval, follow the steps in [the agentic retrieval guide](./agentic_retrieval.md)
158
156
159
157
## Using different embedding models
@@ -231,8 +229,6 @@ If you have already deployed:
231
229
232
230
## Enabling multimodal embeddings and answering
233
231
234
-
⚠️ This feature is not currently compatible with [agentic retrieval](./agentic_retrieval.md).
235
-
236
232
When your documents include images, you can optionally enable this feature that can
237
233
use image embeddings when searching and also use images when answering questions.
Copy file name to clipboardExpand all lines: docs/multimodal.md
-3Lines changed: 0 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -113,7 +113,4 @@ and you may still see good results with just text inputs, since the inputs conta
113
113
## Compatibility
114
114
115
115
* This feature is **not** compatible with [integrated vectorization](./deploy_features.md#enabling-integrated-vectorization), as the currently configured built-in skills do not process images or store image embeddings. Azure AI Search does now offer built-in skills for multimodal support, as demonstrated in [azure-ai-search-multimodal-sample](https://github.com/Azure-Samples/azure-ai-search-multimodal-sample), but we have not integrated them in this project. Instead, we are working on making a custom skill based off the data ingestion code in this repository, and hosting that skill on Azure Functions. Stay tuned to the releases to find out when that's available.
116
-
* This feature is **not** fully compatible with the [agentic retrieval](./agentic_retrieval.md) feature.
117
-
The agent *will* perform the multimodal vector embedding search, but it will not return images in the response,
118
-
so we cannot send the images to the chat completion model.
119
116
* This feature *is* compatible with the [reasoning models](./reasoning.md) feature, as long as you use a model that [supports image inputs](https://learn.microsoft.com/azure/ai-services/openai/how-to/reasoning?tabs=python-secure%2Cpy#api--feature-support).
0 commit comments