chainlit
chainlit copied to clipboard
Build Conversational AI in minutes ⚡️
**Is your feature request related to a problem? Please describe.** Chainlit offers many elements that can be tagged to a message. I would like to suggest loading a pandas dataframe...
Currently, custom elements are only allowed to import from a [list of allowed packages](https://docs.chainlit.io/api-reference/elements/custom#only-use-allowed-imports). This appears to exclude local packages, as well: When I tried to move some of the...
**Is your feature request related to a problem? Please describe.** It's a bit of a pain that [the client needs to provide the connection details through the Chainlit interface](https://docs.chainlit.io/advanced-features/mcp#2-client-configuration). In...
**Is your feature request related to a problem? Please describe.** It's related to MCP usage. When I add a local MCP tool, it says only 'npx' or 'uvx' commands are...
I received the following error with SQLAlchemy data layer with postgresql DB. ``` - An error occurred: (sqlalchemy.dialects.postgresql.asyncpg.ProgrammingError) : column "defaultOpen" of relation "steps" does not exist [SQL: INSERT INTO...
DynamoDB does not natively support float types, requiring conversion to Decimal for storage. This was causing issues when attempting to persist data containing floats. This commit introduces helper functions within...
I want to create a button to redirect to other page inside chainlit UI. I found in the documentation that we can indeed add a button but to a external...
When I run my app with `chainlit run`, chainlit configures OTel and sets global tracer provider https://github.com/Chainlit/chainlit/blob/6ec007032945dfd6a1a608cc3c8074bd2f643d0c/backend/chainlit/telemetry.py#L64-L69 As a result I cannot as a user configure my own OTel pipeline...
The 1-hour expiry time for read-only URLs of elements in a chat leads to unusable URLs. Some developers want a way to configure the `EXPIRY_TIME`, see https://discord.com/channels/1088038867602526210/1360221598279536800/1363216725641920825 Initially I thought...
## Description This PR introduces support for Slack Socket Mode, enabling real-time message processing using websockets. This feature enhances the Slack integration by allowing for more efficient and responsive communication,...