chainlit icon indicating copy to clipboard operation
chainlit copied to clipboard

Build Conversational AI in minutes ⚡️

Results 172 chainlit issues
Sort by recently updated
recently updated
newest added

I start Chainlit, the CPU usage reaches 50%, and the memory gradually increases by 5GB. My computer is equipped with an i7 12700 processor and 32GB of RAM. When I...

this is an example notebook with chainlit on colab

- The child component is hidden when resizing to speed up rendering - The handle has a 5px+ border around it to help users select it - Removed the code...

**Describe the bug** A clear and concise description of what the bug is.: Trying to upload PDF file in Deployed environment, getting Failed to upload: undefined **To Reproduce** Steps to...

cookbook

**Describe the bug** Upgraded: pip install --upgrade chainlit==1.0.505 chainlit --version pydantic_core._pydantic_core.ValidationError: 1 validation error for FeaturesSettings multi_modal Input should be a dictionary or an instance of MultiModalFeature [type=dataclass_type, input_value=True, input_type=bool]...

needs-triage

This feature would allow people to directly use their microphone to input audio. For example, Whisper could then transcribe this into a text message.

enhancement

**Is your feature request related to a problem? Please describe.** I would like to create custom elements because the elements provided by Chainlit are too generic and do not align...

question

**Describe the bug** Upload a PDF, in this case Apple SEC 10K (400) Reason: Bad Request pinecone.core.client.exceptions.PineconeApiException: (400) Reason: Bad Request HTTP response headers: HTTPHeaderDict({'Date': 'Sun, 28 Apr 2024 02:20:51...

cookbook

Hello! I'm currently working with a Chainlit and Langchain implementation, in which I have a series of generation steps and parsers. A basic example of the implementation can be found...

question

Someone on the discord asked for a way to run the app behind https, so I added a run config parameters to accept keyfile and cert paths, and pass them...