Willy Douhard
Willy Douhard
Could you try to: 1. install chainlit from the wheel provided in this PR https://github.com/Chainlit/chainlit/pull/40 2. run `chainlit hello` I would like to see if the rework fix those issues....
Should be fixed in the latest version `0.3.0`. Please note that it contains breaking changes. We prepared a [migration guide](https://docs.chainlit.io/migration/0.3.0) to make it easy for everyone.
Interesting, can you dm me on discord so we can debug this live? Will be easier
see https://github.com/Chainlit/chainlit/issues/38
Are you running it locally or deployed somewhere?
I am not entirely sure. Could you try to install from the wheel in this PR (at the end of the description) https://github.com/Chainlit/chainlit/pull/40 and just run `chainlit hello`? This version...
Thank you for your feedback. I agree these things are coupled for now and we definitely want to decouple them to make sure everyone could drop in their own solution!
Should be fixed in the latest version `0.3.0`. Please note that it contains breaking changes. We prepared a [migration guide](https://docs.chainlit.io/migration/0.3.0) to make it easy for everyone.
Are you using chroma db by any chance?
Did you try to disable the telemetry? You can set the `enable_telemetry` in your `.chainlit/config.toml` file to `false`.