Open davidmwilliams opened 3 days ago
Describe the bug Run the Streamlit app and it doesn't work; we get an analyst API error saying the required LLMs for Cortex Analyst are not available in your region. Please enable cross region calls to use this API.
URL of where you see the bug https://quickstarts.snowflake.com/guide/getting_started_with_cortex_analyst/#4
To Reproduce Steps to reproduce the behavior:
Expected behavior The StreamLit app would work.
Screenshots
Desktop (please complete the following information):
Additional context Add any other context about the problem here.
I could get around it by executing this SQL -
use role accountadmin; ALTER ACCOUNT SET CORTEX_ENABLED_CROSS_REGION = 'AWS_US';
Describe the bug Run the Streamlit app and it doesn't work; we get an analyst API error saying the required LLMs for Cortex Analyst are not available in your region. Please enable cross region calls to use this API.
URL of where you see the bug https://quickstarts.snowflake.com/guide/getting_started_with_cortex_analyst/#4
To Reproduce Steps to reproduce the behavior:
Expected behavior The StreamLit app would work.
Screenshots
Desktop (please complete the following information):
Additional context Add any other context about the problem here.