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
Describe the bug
The movie recommendation bot will throw errors after starting server
URL of where you see the bug
The tutorial Cortext_App_Instance's URL
To Reproduce
Steps to reproduce the behavior:
Create Snowflake account with GCP as default provider.
Proceed with all tutorial steps.
Open consumer app URL.
Provide a movie query.
See error
Expected behavior
Bot returns recommendation based on ingested data and user prompt.
Actual Behavior
Error stack trace displayed on screen, including '"unknown model, "llama3-70b""'. Issue solved by making procedure accessible in all regions:
ALTER ACCOUNT SET CORTEX_ENABLED_CROSS_REGION ='ANY_REGION';
Intended Resolution
Update tutorial with any provider-specific steps necessary to run code.
The text was updated successfully, but these errors were encountered:
Describe the bug
The movie recommendation bot will throw errors after starting server
URL of where you see the bug
The tutorial Cortext_App_Instance's URL
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Bot returns recommendation based on ingested data and user prompt.
Actual Behavior
Error stack trace displayed on screen, including '"unknown model, "llama3-70b""'. Issue solved by making procedure accessible in all regions:
ALTER ACCOUNT SET CORTEX_ENABLED_CROSS_REGION ='ANY_REGION';
Intended Resolution
Update tutorial with any provider-specific steps necessary to run code.
The text was updated successfully, but these errors were encountered: