Snowflake connection error

I was attempting to build an LLM-powered chatbot called FROSTY. I am following a resource on the official Snowflake website. In that resource, it is mentioned to install Miniconda from the Anaconda website. However, due to our company policies, we do not have access to that website. Therefore, I tried setting up Streamlit using pip commands instead of conda commands, and I was able to run three out of the four codes in the Frosty chatbot application. Only the main chatbot code, Frosty_app.py, is not running, and I am encountering the error mentioned above. I have verified all my credentials, and I have a working OpenAI API key. I have also installed all the required libraries using pip. Please investigate this issue.

The error i am getting.
OperationalError: 250001: Could not connect to Snowflake backend after 1 attempt(s).Aborting

Hi @Anand :wave:

I answered your question here:
https://discuss.streamlit.io/t/connecting-streamlit-with-the-snowflake/52278/2?u=charly_wargnier

It seems both of these posts are duplicates.

Best,
Charly

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.