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

This bumps the `asyncer` lib used to run some code asynchronously to latest version so AnyIO >= 4 is supported. This is currently not possible and can be a major...

**Describe the bug** Using dynamoDB requires to import the S3 storage client: `from chainlit.data.storage_clients import S3StorageClient` this package requires both boto3 _and_ azure dependencies. It would be better to separate...

needs-triage

## Description This update enhances the functionality of the Chainlit application when it is embedded within another web application via an iframe. By enabling message exchange between the parent and...

Hello, Adding a MongoDB type for custom data layer support. Can someone guide me on how to contribute the docs to incorporate this piece? Thanks!

**Describe the bug** Usually if you modify the chainlit.md on the root directory of the project it serves as the Welcome Page. With the new update, this markdown is hidden...

needs-triage

Hello everyone, I'm now trying to implement Google OAuth to my chainlit application (with custom frontend react) chainlit application runs on port 8000 custom frontend runs on port 3006 i...

needs-triage

**Describe the bug** When using the `mount_chainlit` function, any FastAPI endpoints defined after this function call do not behave as expected. Although these endpoints appear to be correctly registered and...

needs-triage

Is there a way to access the `` section of the Chainlit frontend without using a completely custom front end to integrate Google Analytics and other analytic services?

Update versions for fastapi, starlette and uvicorn so that integration with r2r package can be done. Currently, there are dependency conflicts: ```bash ERROR: pip's dependency resolver does not currently take...