-
Notifications
You must be signed in to change notification settings - Fork 0
Description
Hi, this is a really cool tool and I'd love some help trying to get it installed.
I've tried quite a few different things but perhaps the best first question to ask is if the install should work on Windows? I've figured out some differences in the commands listed in the README that would be needed for Windows (such as using 'python .\bin\embeddings_manager ls-remote' instead of './bin/embeddings_manager ls-remote'), but is there any other underlying reason why the install might not be successful for Windows?
I've gotten through the Quick Start part of the README, where the last command chainlit run bin/chat-chainlit.py -w will open chainlit in the browser and before I type anything into the chat, the terminal shows warnings such as:
After I type something into the chat and hit enter, it does nothing, and the terminal contains errors such as
psycopg.pool - WARNING - error connecting in 'pool-1': Psycopg cannot use the 'ProactorEventLoop' to run in async mode. Please use a compatible event loop, for instance by setting 'asyncio.set_event_loop_policy(WindowsSelectorEventLoopPolicy())'
Is this what was meant by the README for the "barebones" Chainlit application, as is therefore to a certain extent the expected behavior?
I continued through the README to see what would happen. I'm now waiting for the Docker image to build and it's been a few hours now. Is that expected behavior as well?
Any suggestions would be appreciated! I can give more details if need be.
Thank you!
-Abby
@djinnome and @augeorge are also interested