Skip to content

Commit 967ccfb

Browse files
committed
Update example
1 parent 84f9572 commit 967ccfb

File tree

2 files changed

+19
-9
lines changed

2 files changed

+19
-9
lines changed
Lines changed: 18 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,32 @@
11
# Environment variables for the deploying AI Search Indexes
2+
IdentityType=<identityType> # system_assigned or user_assigned or key
23
FunctionApp__Endpoint=<FunctionAppEndpoint>
34
FunctionApp__Key=<FunctionAppKey>
45
FunctionApp__AppRegistrationResourceId=<App registration in form api://appRegistrationclientId if using identity based connections>
5-
IdentityType=key # system_assigned or user_assigned or key
6+
7+
# Open AI Connection Details
8+
OpenAI__ApiKey=<OpenAIKey>
9+
OpenAI__Endpoint=<OpenAIEndpoint>
10+
OpenAI__EmbeddingModel="text-embedding-ada-002"
11+
OpenAI__EmbeddingDeployment="text-embedding-ada-002"
12+
OpenAI__EmbeddingDimensions=1536
13+
14+
# Azure AI Search Connection Details
615
AIService__AzureSearchOptions__Endpoint=<AzureSearchEndpoint>
716
AIService__AzureSearchOptions__Identity__ClientId=<clientId if using user assigned identity>
8-
AIService__AzureSearchOptions__Key=<AzureSearchKey>
17+
AIService__AzureSearchOptions__Key=<AI search key if using non identity based connection>
918
AIService__AzureSearchOptions__UsePrivateEndpoint=false
1019
AIService__AzureSearchOptions__Identity__FQName=<fully qualified name of the identity if using user assigned identity>
20+
21+
# Azure Storage Account Connection Details
1122
StorageAccount__FQEndpoint=<Fully qualified endpoint in form ResourceId=resourceId if using identity based connections>
1223
StorageAccount__ConnectionString=<StorageAccountConnectionString>
13-
OpenAI__ApiKey=<OpenAIKey>
14-
OpenAI__Endpoint=<OpenAIEndpoint>
15-
OpenAI__EmbeddingModel="text-embedding-ada-002"
16-
OpenAI__EmbeddingDeployment="text-embedding-ada-002"
17-
OpenAI__EmbeddingDimensions=1536
24+
25+
# Image Processing Index Specific Configurations
26+
StorageAccount__ImageProcessing__Container=<ImageProcessingContainer>
27+
28+
# Text2Sql Index Specific Configurations
1829
Text2Sql__DatabaseEngine=<DatabaseEngine>
19-
StorageAccount__RagDocuments__Container=<RagDocumentsContainer>
2030
StorageAccount__Text2SqlQueryCache__Container=<Text2SqlQueryCacheContainer>
2131
StorageAccount__Text2SqlSchemaStore__Container=<Text2SqlSchemaStoreContainer>
2232
StorageAccount__Text2SqlColumnValueStore__Container=<Text2SqlColumnValueStoreContainer>

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)