Skip to content

Commit 9e0c18a

Browse files
committed
Update example
1 parent e485393 commit 9e0c18a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

text_2_sql/.env.example

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Environment variables for Text2SQL
22
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
36

47
# Open AI Connection Details
58
OpenAI__CompletionDeployment=<openAICompletionDeploymentId. Used for data dictionary creator>

0 commit comments

Comments
 (0)