mmz-001 / knowledge_gpt

Accurate answers and instant citations for your documents.
https://knowledgegpt.streamlit.app/
MIT License
1.58k stars 729 forks source link

Connection timed out #14

Closed Jiwanczuk closed 1 year ago

Jiwanczuk commented 1 year ago

Hey! Ive tried cloning this repo, installed all dependencies and then deployed it to streamlit, but I get a "please wait" that never ends and then a connection time-out. Maybe Im missing something?

mmz-001 commented 1 year ago

This may be a network issue. Try opening it using different connection and let me know if the issue still persists.

Jiwanczuk commented 1 year ago

The problem was that I was running streamlit from a "venv" module instead of poetry. I was able to solve it, thank you very much!