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
help="Optional. Use this Azure Document Intelligence account key instead of the current user identity to login (use az login to set current user for Azure)",
395
395
)
396
-
parser.add_argument(
397
-
"--searchserviceassignedid",
398
-
required=False,
399
-
help="Search service system assigned Identity (Managed identity) (used for integrated vectorization)",
Copy file name to clipboardExpand all lines: docs/multimodal.md
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,14 +27,13 @@ For more details on how this feature works, read [this blog post](https://techco
27
27
28
28
### Prerequisites
29
29
30
-
* Create a [AI Vision account in Azure Portal first](https://ms.portal.azure.com/#create/Microsoft.CognitiveServicesComputerVision), so that you can agree to the Responsible AI terms for that resource. You can delete that account after agreeing. (TODO: Is this still needed?)
31
-
* The use of a chat completion model that supports multimodal inputs. The default model for the repository is currently `gpt-4.1-mini`, which does support multimodal inputs.
30
+
* The use of a chat completion model that supports multimodal inputs. The default model for the repository is currently `gpt-4.1-mini`, which does support multimodal inputs. The `gpt-4o-mini` technically supports multimodal inputs, but due to how image tokens are calculated, you need a much higher deployment capacity to use it effectively. Please try `gpt-4.1-mini` first, and experiment with other models later.
32
31
33
32
### Deployment
34
33
35
34
1.**Enable multimodal capabilities:**
36
35
37
-
First, make sure you do *not* have integrated vectorization enabled, since that is currently incompatible:
36
+
First, make sure you do *not* have integrated vectorization enabled, since that is currently incompatible: (TODO!)
0 commit comments