Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Required LLMs for Cortex Analyst not available in your region in "Getting Started with Cortex Analyst: Augment BI with AI" #1759

Open
davidmwilliams opened this issue Nov 28, 2024 · 1 comment

Comments

@davidmwilliams
Copy link

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:

  1. Live in Australia
  2. Have Snowflake account rep make new Snowflake account for you in Azure/Australia-East (Sydney)
  3. Work through the quickstart
  4. Paste in the StreamLit code
  5. Hit run

Expected behavior
The StreamLit app would work.

Screenshots
image

Desktop (please complete the following information):

  • OS: [e.g. iOS] Windows
  • Browser [e.g. chrome, safari] Chrome
  • Version [e.g. 22]

Additional context
Add any other context about the problem here.

@davidmwilliams
Copy link
Author

I could get around it by executing this SQL -

use role accountadmin; ALTER ACCOUNT SET CORTEX_ENABLED_CROSS_REGION = 'AWS_US';

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant