chainlit
chainlit copied to clipboard
Build Conversational AI in minutes ⚡️
**Describe the bug** Release 1.2.0 breaks the example(s) in https://docs.chainlit.io/data-persistence/custom **To Reproduce** This is the code that works prior to 1.2.0 ``` storage_client = S3StorageClient(bucket=bucket_name) cl_data._data_layer = SQLAlchemyDataLayer(conninfo=db, storage_provider=storage_client) ```...
**Is your feature request related to a problem?** The current auth implementation yields a [lot of issues](https://github.com/Chainlit/chainlit/labels/auth). But auth is not by far the USP for chainlit and arguably, it...
**Describe the bug** I am running a RAG assistant app with chainlit + llama_index and using the default LiteralAI setup for Human Feedback. The Feedback UI thumbs appeared correctly until...
As title says, sometimes in the UI configuration, we might want to select multiple options at the same time. It is not the current "Select" feature since it only allows...
Noticed a problem in the latest release with respect to authentication. I am using OAuth aauthentication using GIT. If I logout, it again logs me in automatically from the logout...
> This new way to handle resources access is breaking the custom endpoints that I add to the server This is my solution to patch and temporarily fix the issue...
https://github.com/Chainlit/chainlit/blob/1d3ffd4d2fde08d15b90b115aa7da80e88515dfc/libs/react-client/src/api/index.tsx#L77 I am getting the below issue in the browser console after session cookie/token expires. Access to fetch at 'https:///as/authorization.oauth2?approval_prompt=force&client_id=ITSIKMMETC_ZuluAccelerationPortal_OIDC_SI&code_challenge=f-JknuSdFLW7uCyQVYf54OuSqxUI9VY8oIy5cDHGTgY&code_challenge_method=S256&redirect_uri=https%3A%2F%2Fsampleapp.xyz.com%2Foauth2%2Fcallback&response_type=code&scope=openid+email+profile&state=EYD6_FUTAmTcEba3L3g8XlsbFmVDvSqZTDQCklUYJNQ%3A%2Fauth%2Fconfig' (redirected from 'https://sampleapp.xyz.com/auth/config') from origin 'https://sampleapp.xyz.com' has been blocked by...
**Is your feature request related to a problem? Please describe.** Whenever I want to use text to speech as a chatbot response, I have to wait for the response from...
**Describe the bug** - Tool calls appear below the result message - Step loader "skeleton" continues to animate after run is complete - The result message appears as a second...
I cloned this repository and extracted frontend folder to different directory. In package.json of frontend I changed @chainlit/react-client version from workspace to 0.1.2. I did following steps. 1. ran my...