YAMON.IO

Results 102 comments of YAMON.IO

As a suggestion for the beta version of the LangFlow project, how about introducing a plugin concept? I've been trying my best to understand the structure of LangFlow, but due...

I believe LangFlow should actively benchmark against n8n, which incorporates a similar concept under the name "addons".

@dosu-bot. How can I reference it as a variable inside a custom component?

@dosu-bot. It needs to be implemented as a custom component. Please provide an example.

@dosu-bot. Using `curl` like this to call the LANGFLOW API: ```bash curl -X POST \ https://langflow.yamon.io/api/v1/process/bf8f1fd2-e846-40ea-9e12-0d7c47de8ed0 \ -H 'Content-Type: application/json'\ -d '{"inputs": {"input": "message"}, "tweaks": { "Data-2nUy6": {} }}' ```...

We have also built and tested OpenAI's Whisper in a non-chat flow, directly calling it through an API as you mentioned. Indeed, there is a critical need for a feature...

We are also facing the same issue. We kindly ask for your assistance.

I recommend using the API to specify a session ID to prevent the session from expiring. If not specified, calling the API by default initiates a new flow rather than...

> @ogabrielluiz @yamonkjd thanks. This was helpful > > But for how long will the session be cached? Because after a certain time, i am getting ''Graph not found in...

Since I learned about Langflow, I have researched it and actually deployed it to EC2, but since Langflow is frequently updated and there are frequent conflicts between components, I think...