chainlit
chainlit copied to clipboard
Build Conversational AI in minutes ⚡️
**Is your feature request related to a problem? Please describe.** No **Describe the solution you'd like** An option to organize the chat history into workspaces like AnythingLLM app, or simply...
As per Github and PyPI, the latest release is `2.4.3`. But this is not "ahead" of `2.4.201` with respect to `packaging` specifications and `pip install -U` fails to recognise that...
Could you please help me with the following issue? We have deployed fastapi mount Chainlit on multiple machines using the same SLB (Server Load Balancer) address. However, when we try...
Would be cool to have the ability to pass custom elements linked to the `AskUserAction` feature. General idea here is we can build custom elements for things such as Jira...
Hello everyone, I am working on a chatbot built in Python with Chainlit and trying to render (inline) a `plotly.graph_objects.Figure.Scattermap` object as part of my chatbot's response. This figure is...
**Describe the bug** In [Message._create()](https://github.com/Chainlit/chainlit/blame/54d809e2b5dcab59ea01ab2fb9a00764ff345128/backend/chainlit/message.py#L149) (and similarly in the [Message.remove()](https://github.com/Chainlit/chainlit/blame/54d809e2b5dcab59ea01ab2fb9a00764ff345128/backend/chainlit/message.py#L134) and [Message.update()](https://github.com/Chainlit/chainlit/blame/54d809e2b5dcab59ea01ab2fb9a00764ff345128/backend/chainlit/message.py#L114)), `asyncio.create_task(data_layer.create_step(step_dict))` is called without an `await`. This results in a bug where if the `Message(...).send()` (which calls `Message._create()`)...
**Describe the bug** I have the latest chainlit library in my project which breaks `fastapi-users` package with `python-multipart` deps. **To Reproduce** ``` pip install chainlit pip install fastapi-users ``` See...
I would like to use the provided Azure Active Directory class to login to my single tenant auth provider. For this I have setup an app registration and provide respective...
Setting `spontaneous_file_upload = SpontaneousFileUploadFeature(enabled=False)` within the `features` argument of a `cl.ChatProfile` does not disable the file upload feature in the UI. However, disabling file uploads globally by setting the value...
**Describe the bug** When creating a cl.DataFrame element from a pandas DataFrame with more than a few rows (> 100), the paginator element overflows its container, rendering the buttons at...