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
In the Streamlit demo, I tried: poetry run streamlit run app.py
I get the following error:
raise ValidationError("Pleae provide a service account credentials json file")
vanna.exceptions.ValidationError: Pleae provide a service account credentials json file
I have included a .env file with VANNA_API_KEY and GCP_PROJECT_ID key. It looks like an additional .json file is required?
The text was updated successfully, but these errors were encountered:
In the Streamlit demo, I tried:
poetry run streamlit run app.py
I get the following error:
raise ValidationError("Pleae provide a service account credentials json file")
vanna.exceptions.ValidationError: Pleae provide a service account credentials json file
I have included a .env file with VANNA_API_KEY and GCP_PROJECT_ID key. It looks like an additional .json file is required?
The text was updated successfully, but these errors were encountered: