Skip to content

Commit d4c2350

Browse files
committed
Update env
1 parent 8cf293d commit d4c2350

File tree

1 file changed

+0
-10
lines changed
  • text_2_sql/data_dictionary

1 file changed

+0
-10
lines changed

text_2_sql/data_dictionary/.env

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,7 @@ OpenAI__Endpoint=<openAIEndpoint>
44
OpenAI__ApiKey=<openAIKey if using non managed identity>
55
OpenAI__ApiVersion=<openAIApiVersion>
66
Text2Sql__DatabaseEngine=<databaseEngine>
7-
Text2Sql__UseQueryCache=<whether to use the query cache first or not>
8-
Text2Sql__PreRunQueryCache=<whether to pre-run the top result from the query cache or not>
97
Text2Sql__DatabaseName=<databaseName>
108
Text2Sql__DatabaseConnectionString=<databaseConnectionString>
11-
AIService__AzureSearchOptions__Endpoint=<searchServiceEndpoint>
12-
AIService__AzureSearchOptions__Key=<searchServiceKey if not using identity>
13-
AIService__AzureSearchOptions__RagDocuments__Index=<ragDocumentsIndexName>
14-
AIService__AzureSearchOptions__Text2Sql__Index=<text2SQLIndexName>
15-
AIService__AzureSearchOptions__Text2SqlQueryCache__Index=<text2SQLIndexName>
16-
AIService__AzureSearchOptions__RagDocuments__SemanticConfig=<ragDocumentsSemanticConfig>
17-
AIService__AzureSearchOptions__Text2Sql__SemanticConfig=<text2SQLSemanticConfig>
18-
AIService__AzureSearchOptions__Text2SqlQueryCache__SemanticConfig=<text2SQLSemanticConfig>
199
IdentityType=<identityType> # system_assigned or user_assigned or key
2010
ClientId=<clientId if using user assigned identity>

0 commit comments

Comments
 (0)