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
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
# Environment variables for Text2SQL
2
2
IdentityType=<identityType># system_assigned or user_assigned or key
3
3
4
-
Text2Sql__DatabaseEngine=<DatabaseEngine># TSQL or PostgreSQL or Snowflake or Databricks
4
+
Text2Sql__DatabaseEngine=<DatabaseEngine># TSQL or Postgres or Snowflake or Databricks
5
5
Text2Sql__UseQueryCache=<Determines if the Query Cache will be used to speed up query generation. Defaults to True.># True or False
6
6
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
7
7
Text2Sql__UseColumnValueStore=<Determines if the Column Value Store will be used for schema selection Defaults to True.># True or False
@@ -26,13 +26,13 @@ AIService__AzureSearchOptions__Text2SqlColumnValueStore__Index=<Column value sto
26
26
Text2Sql__Tsql__ConnectionString=<Tsql databaseConnectionString if using Tsql Data Source>
27
27
Text2Sql__Tsql__Database=<Tsql database if using Tsql Data Source>
28
28
29
-
#PostgreSQL Specific Connection Details
30
-
Text2Sql__Postgresql__ConnectionString=<Postgresql databaseConnectionString if using Postgresql Data Source and a connection string>
31
-
Text2Sql__Postgresql__Database=<Postgresql database if using Postgresql Data Source>
32
-
Text2Sql__Postgresql__User=<Postgresql user if using Postgresql Data Source and not the connections string>
33
-
Text2Sql__Postgresql__Password=<Postgresql password if using Postgresql Data Source and not the connections string>
34
-
Text2Sql__Postgresql__ServerHostname=<Postgresql serverHostname if using Postgresql Data Source and not the connections string>
35
-
Text2Sql__Postgresql__Port=<Postgresql port if using Postgresql Data Source and not the connections string>
29
+
#Postgres Specific Connection Details
30
+
Text2Sql__Postgres__ConnectionString=<Postgres databaseConnectionString if using Postgres Data Source and a connection string>
31
+
Text2Sql__Postgres__Database=<Postgres database if using Postgres Data Source>
32
+
Text2Sql__Postgres__User=<Postgres user if using Postgres Data Source and not the connections string>
33
+
Text2Sql__Postgres__Password=<Postgres password if using Postgres Data Source and not the connections string>
34
+
Text2Sql__Postgres__ServerHostname=<Postgres serverHostname if using Postgres Data Source and not the connections string>
35
+
Text2Sql__Postgres__Port=<Postgres port if using Postgres Data Source and not the connections string>
36
36
37
37
# Snowflake Specific Connection Details
38
38
Text2Sql__Snowflake__User=<snowflakeUser if using Snowflake Data Source>
0 commit comments