Nicolò Boschi

Results 79 comments of Nicolò Boschi

@Cristhianzl I've fixed it. I've also found and fixed a related bug in another PR - https://github.com/langflow-ai/langflow/pull/3158

@codenprogressive you can directly delete the components file before deploying Langflow. Those you're mentioning are in the components/models directory here: https://github.com/langflow-ai/langflow/tree/main/src/backend/base/langflow/components/models

Hey, Langflow stores the database on the langflow installation directory. e.g. /Users/xx/.pyenv/versions/3.11.7/envs/langflow/lib/python3.11/site-packages/langflow/langflow.db is it possible that you changed the py env or wiped it out or reinstalled from scratch? I'd...

Hi @selvabharathG I just tried with 1.0.13 and works for me. Maybe there's something wrong during the processing. Can you run langflow with debug log activated ``` export LANGFLOW_LOG_LEVEL=debug langflow...

The AstraDB node should log this when indexing data. That depends on PDF size of course

hey @selvabharathG sorry maybe I wasn't clear. You don't have to add any line. If you set LANGFLOW_LOG_LEVEL=debug before running langflow, you will see that line of logs in the...

@selvabharathG just checking if you resolved your problem so I can close this issue

To deploy Langflow you need 1GI of memory so the starter pack of 512MB doesn't work. We need to update the docs @carlosrcoelho