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

Possible region issue with SNOWFLAKE.CORTEXT.COMPLETE procedure when using GCP provider trial account #1807

Open
gaijin1973 opened this issue Dec 18, 2024 · 0 comments

Comments

@gaijin1973
Copy link

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:

  1. Create Snowflake account with GCP as default provider.
  2. Proceed with all tutorial steps.
  3. Open consumer app URL.
  4. Provide a movie query.
  5. 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.

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