Skip to content

Commit c8b71bc

Browse files
committed
Fixed Demo Parameter issue
1 parent 22d7901 commit c8b71bc

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

src/playground.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
from src.utils import *
1212
from pathlib import Path
1313
from src.cortex_agent import *
14-
from src.demo import *
1514

1615
# Import default parameters
1716
try:

src/settings_config.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,4 +103,14 @@
103103
"snowflake_account_base_url": "",
104104
"rsa_public_key_fp": "",
105105
"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"
106116
}

0 commit comments

Comments
 (0)