-
### Summary of problem
`AttributeError: partially initialized module 'ddtrace.contrib.psycopg' has no attribute 'patch' (most likely due to a circular import)`
https://github.com/DataDog/dd-…
-
I am using a Macbook pro (M2) Ventura Version 13.3.1
After installing chainlit, when I run `chainlit hello`, this is the error I am getting:
```
dhirajkhanna@Dhirajs-MacBook-Pro chainlit % chainl…
-
Hey folks, I'm on Mac OSX Ventura 13.4 and Chainlit 0.2.109. Whenever I run the following command:
```
chainlit hello
```
I get a stream of the following error repeatedly (I can't even control-c o…
-
Sometimes (not always though), when I access the URL at which I deployed the Chainlit app, there seems to be a task running, which prevents me to start the chat (see below)
![image](https://github.co…
-
I am deploying a simple agent with a few tools. But whenever i try and run it it hits
raise ValueError(f"Missing some input keys: {missing_keys}")
ValueError: Missing some input keys: {'input'…
-
Hey, I tried to make it working from an existing pinecone database but cant make it work, any suggestions?
```
import os
from langchain.document_loaders import PyPDFLoader, TextLoader
from langc…
-
Seems like it's impossible to create user session variables.
This code snippet:
```
from chainlit import user_session
user_session.set("chat_history", "a b c")
print(f"Chat History: {user_ses…
-
I might be wrong, but shouldn't:
`if not project_settings.public and not project_settings.project_id:`
...be:
`if not project_settings.public and not project_settings.id:`
in `config.py`?
…
-
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 close the program, approximately 6GB…
-
``Hey, i'm not able to run chainlit on my computer.
I just grab the demo code:
```py
import chainlit as cl
@cl.on_message # this function will be called every time a user inputs a messag…