eladrave
eladrave
Removed the need to read the initial template from file. Changed it so it can also be read from the env variable. Also, Changed the variables in the env to...
If you ever save the chat to DB, then after a while this becomes too big, and the amount of tokens will be too much, or it will just not...
Just a few things I thought of 1. Create other chat handlers (Telegram? FB messenger? Text message, web interface) 2. Allow external links - if I send a URL, it...
Currently, you need to specify a file with the CHAT_START_TEMPLATE . If the file does not exist, it should get the whole text from the CHAT_START_TEMPLATE variable For example: export...
**Is your feature request related to a problem? Please describe.** Currently, I can't access ALL the raw file data. Sometimes it works and I can find the data on GCP,...
I get an error when it get to this: ``` RUN playwright install --with-deps && \ python -c "from unstructured.nlp.tokenize import download_nltk_packages; download_nltk_packages()" && \ python -c "import nltk;nltk.download('punkt_tab'); nltk.download('averaged_perceptron_tagger_eng')"...
### Bug Description When I try to do pip install langflow, it takes hours and then fails, and I have to restart it. For example, when it tries to install...