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

Currently set_starters() is not called when you switch profiles in the UI even if the entire UI is redrawn. This prevents us from setting profile specific starters meaning we can...

enhancement
needs-triage

**Describe the bug** When running a Chainlit app with a FastAPI backend, everything works fine when using the standalone Chainlit app. However, the subpath is duplicated in the frontend when...

bug
needs-triage
frontend

**Describe the bug** The PR https://github.com/Chainlit/chainlit/pull/1326 introduces a bug when it expects the `get_avatar` to match string (https://github.com/Chainlit/chainlit/pull/1326/files#diff-9a73e67e163edc3fae6839bf2bcc8c6ab650624eff6668502388a7a86b7ece78R964) . The Frontend app can make requests to the avatar that do...

bug
frontend

fix regex to accept numbers

backend
size:XS

--- **Describe the bug** When using Chainlit, setting Google Chrome's language to **"español (Latinoamérica)"** causes the application to fail with a `422 Unprocessable Entity` error. The issue arises because Chainlit's...

needs-triage

Signed-off-by: San Nguyen When socket.io polling try upgrading to websocket transport, and it fails, it does not retry. This PR fix that by reinitiate the connection.

bug
frontend
size:XS

Fixes the SQLAlchemy bug raised in #1394 Bug introduced in @1319 where `userId` wasn't encased with double-quotes so the SQL engine converts `userId` to `userid` which doesn't exist. Encasing with...

bug
backend
size:XS

**Is your feature request related to a problem? Please describe.** - Utilizing LangGraph within Chainlit to stream events and the final response remains difficult and hard for users to implement....

enhancement
needs-triage

**Describe the bug** When `ChatSettings` are defined in the application, they appear fine and usable upon a chat/thread instantiation, and are active and visible for the duration of the chat....

bug
needs-triage
data layer

**Is your feature request related to a problem? Please describe.** I am using the SQLAlchemyDataLayer for my chainlit backend and langgraph for my agent logic. I used session_id as the...

enhancement
needs-triage
backend