Skip to content

Commit 9955524

Browse files
committed
Update example
1 parent 85f1117 commit 9955524

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

text_2_sql/.env.example

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Environment variables for Text2SQL
22
IdentityType=<identityType> # system_assigned or user_assigned or key
3+
4+
Text2Sql__DatabaseEngine=<DatabaseEngine> # TSQL or PostgreSQL or Snowflake or Databricks
35
Text2Sql__UseQueryCache=<Determines if the Query Cache will be used to speed up query generation. Defaults to True.> # True or False
46
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
57
Text2Sql__UseColumnValueStore=<Determines if the Column Value Store will be used for schema selection Defaults to True.> # True or False

0 commit comments

Comments
 (0)