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: text_2_sql/.env.example
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,8 @@
1
1
# Environment variables for Text2SQL
2
2
IdentityType=<identityType># system_assigned or user_assigned or key
3
+
Text2Sql__UseQueryCache=<Determines if the Query Cache will be used to speed up query generation. Defaults to True.># True or False
4
+
Text2Sql__PreRunQueryCache=<Determines if the results from the Query Cache will be pre-run to speed up answer generation. Defaults to True.># True or False
5
+
Text2Sql__UseColumnValueStore=<Determines if the Column Value Store will be used for schema selection Defaults to True.># True or False
3
6
4
7
# Open AI Connection Details
5
8
OpenAI__CompletionDeployment=<openAICompletionDeploymentId. Used for data dictionary creator>
0 commit comments