Lucas Democh

Results 29 comments of Lucas Democh

@italojohnny In my case, I was only able to start Langflow with Postgres on Windows by modifying the main.py file: `asyncio.set_event_loop_policy(asyncio.WindowsSelectorEventLoopPolicy()) `

@yashugupta786 Here is the code for your component adjusted to Langlow standards (I created the component compatible with 1.6 with lfx inpiort, if you need to use it in an...

@yashugupta786 You're on the right track, as the easiest way is to use **LANGFLOW_COMPONENTS_PATH**. This parameter was bugged between versions 1.5.0 and 1.5.0post2, but it's been fixed in main and...

@jobs-git The reported issue is not a bug. This add column function is actually very simple, as it adds a column with a fixed value, which must be entered in...

https://github.com/langflow-ai/langflow/pull/9495

@AgentSec Can I help you with anything here? The CVE in question is https://www.trendmicro.com/en_us/research/25/f/langflow-vulnerability-flodric-botnet.html

@lahok You can pass parameters via tweaks (input schema), as shown in the example. https://docs.langflow.org/concepts-publish#input-schema ``` import requests import os import uuid url = "https://aws-us-east-2.langflow.datastax.com/lf/9e993a65-5dc8-4f60-9bf0-d4261a6c8dcc/api/v1/run/2b439b24-edf1-412e-8d48-d912e686149b" # O URL completo do...