chainlit icon indicating copy to clipboard operation
chainlit copied to clipboard

Build Conversational AI in minutes ⚡️

Results 506 chainlit issues
Sort by recently updated
recently updated
newest added
trafficstars

**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...

enhancement
needs-triage

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...

bug

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...

bug
needs-triage

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...

enhancement
needs-triage

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...

bug
needs-triage
frontend

**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()`)...

bug
needs-triage
data layer
backend

**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...

bug
needs-triage

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...

enhancement
needs-triage
auth

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...

bug
needs-triage
frontend
stale

**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...

bug
needs-triage
frontend
stale