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
@description('Optional. Azure OpenAI Vision Model Capacity - See here for more info https://learn.microsoft.com/en-us/azure/ai-services/openai/how-to/quota.')
163
-
paramazureOpenAIVisionModelCapacityint = 10
164
-
165
153
@description('Optional. Orchestration strategy: openai_function or semantic_kernel or langchain str. If you use a old version of turbo (0301), please select langchain. If the database type is PostgreSQL, set this to sementic_kernel.')
@description('Optional. Azure OpenAI Embedding Model Capacity - See here for more info https://learn.microsoft.com/en-us/azure/ai-services/openai/how-to/quota .')
211
199
paramazureOpenAIEmbeddingModelCapacityint = 100
212
200
201
+
@description('Optional. Azure Search vector field dimensions. Must match the embedding model dimensions. 1536 for text-embedding-ada-002, 3072 for text-embedding-3-large. See https://learn.microsoft.com/en-us/azure/search/cognitive-search-skill-azure-openai-embedding#supported-dimensions-by-modelname.(Only for databaseType=CosmosDB)')
202
+
paramazureSearchDimensionsstring = '1536'
203
+
213
204
@description('Optional. Name of Computer Vision Resource (if useAdvancedImageProcessing=true).')
AZURE_CLIENT_ID: managedIdentityModule.outputs.clientId// Required so LangChain AzureSearch vector store authenticates with this user-assigned managed identity
@@ -1482,6 +1475,7 @@ module function 'modules/app/function.bicep' = {
1482
1475
AZURE_CLIENT_ID: managedIdentityModule.outputs.clientId// Required so LangChain AzureSearch vector store authenticates with this user-assigned managed identity
0 commit comments