-
Notifications
You must be signed in to change notification settings - Fork 79
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
Runtime error during local development #43
Comments
Nevermind. The issue was that I didn't have any examples loaded into |
Hi, I have the same problem, I have deployed a GCP instance for the frontend and we are using BigQuery as backend the backend deployment was made with the example found in the repository. Also take down the examples in the bigquery. |
I also got this error with the BigQuery backend. In my case I verified via BigQuery Studio that both example tables are loaded with data (using the script provided). The BigQuery connection was also working fine. On the BigQuery side, I can see requests coming in via the logging console but no errors. However, when looking at the query traces, I could see the query using a |
@cavvia there will be some documentation updates coming soon that will cover unclear instructions like the proper format the |
I'm seeing the following runtime error when I try to run the extension locally:
I think it might be an issue with how the examples were loaded to Big Query. Is
explore_assistant_examples
supposed to have a separate row for each example (i.e. {'input': ..., 'output': ...}) or is it supposed to have a single row with the examples packed into an array (e.g. [{'input': ..., 'output': ...}, {'input': ..., 'output': ...}]).The text was updated successfully, but these errors were encountered: