langflow
langflow copied to clipboard
Langflow is a powerful tool for building and deploying AI-powered agents and workflows.
The backend URL string is [currently inferred from port and host and set dynamically at startup](https://github.com/logspace-ai/langflow/blob/29cfdd3917fe4ed3ae1c495d8303b1bb6e9cef9f/src/backend/langflow/__main__.py#L25). This breaks server deployments in docker containers because the frontend uses a different url...
I get how to connect the LLM and Prompt, but are there components memory?
I've created a localized https://github.com/linonetwo/langchain-alpaca based on langchain-js Can I use it inside langflow?
# Major Changes - Added descriptions to the flows to provide more context. - Sorted some context providers to improve readability and organization. - Implemented error handling for the entire...
I would like to have one chain produce some text, and another chain refine that text.
It would be great if the documentation included a few minimal working examples to get started with. For example, it wasn't intuitive to me how to recreate something similar to...
Fix #117
This issue is for us to discuss this topic and its implementation. Let's discuss langflow in [replit](https://replit.com/) and test it so that we can see if it works.
Adding support for database API such as Pinecone, Weaviate or other vector databases