We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22d7901 commit c8b71bcCopy full SHA for c8b71bc
src/playground.py
@@ -11,7 +11,6 @@
11
from src.utils import *
12
from pathlib import Path
13
from src.cortex_agent import *
14
-from src.demo import *
15
16
# Import default parameters
17
try:
src/settings_config.json
@@ -103,4 +103,14 @@
103
"snowflake_account_base_url": "",
104
"rsa_public_key_fp": "",
105
"rsa_private_key": ""
106
+ "demo_database": "SNOWFLAKE_AI_TOOLKIT",
107
+ "demo_schema": "DEMO",
108
+ "my_images": "MY_IMAGES",
109
+ "contracts": "CONTRACTS",
110
+ "repair_manual": "REPAIR_MANUAL",
111
+ "store_view": "SAMPLE_STORES",
112
+ "store_returns_view": "SAMPLE_STORE_RETURNS",
113
+ "store_sales_view": "SAMPLE_STORE_SALES",
114
+ "medical_notes_view": "MEDICAL_NOTES",
115
+ "reason_view": "SAMPLE_REASON"
116
}
0 commit comments