Willy Douhard
Willy Douhard
The latest release is introducing a first version of our Llama Index integration!
100% agree. Features like theme configuration and custom elements are definitely on the road map! I also think it is an ideal spot for contributions!
This is another topic but we do have some cloud features in alpha https://docs.chainlit.io/cloud/create-project. This will let you store chats history but keep in mind this is very much in...
Hello, what version of `grpcio` do you have installed? you can run `pip show grpcio` to find out. Then if you do not have `1.53.0` try to install it.
At the moment the intermediate steps should be streamed and not the final response. Is that the case or even the intermediate steps are not being streamed? You can see...
Thank you for the feature request and design proposal! This is very interesting and would probably be part of the broader effort on Elements and Actions :)
Hello, I would need more info: - What OS are you running on? - Are you using a custom host locally? - Is there any error message in the terminal...
> OS: macOS > > I use custom host locally > > There is no error message in the terminal and the page. > > when I adjust the parameter...
> > ระบบปฏิบัติการ: macOS > > ฉันใช้โฮสต์ที่กำหนดเองในเครื่อง > > ไม่มีข้อความแสดงข้อผิดพลาดในเทอร์มินัลและเพจ > > เมื่อฉันปรับพารามิเตอร์ 'async_mode' : ''' socketio = SocketIO( app, cors_allowed_origins="*", async_mode="threading",#here, default = "gevent", max_http_buffer_size=1000000 * 100, ) '''...
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....