langflow icon indicating copy to clipboard operation
langflow copied to clipboard

Langflow is a low-code app builder for RAG and multi-agent AI applications. It’s Python-based and agnostic to any model, API, or database.

Results 1470 langflow issues
Sort by recently updated
recently updated
newest added

Is there a way to use these loaders: https://llamahub.ai/ with LangFlow?

feature request
stale

I am writing to request assistance with the creation of a Helm chart for Langflow. After researching available options, I believe that a Helm chart would be the best solution...

feature request
stale

Just installed and dropped HuggingFaceHub into the canvas, it asks for HF token but no way to set the model name. Is this implemented at all?

feature request
stale

Hey there 👋, I'm trying to install this in a project, and I noticed that poetry can't resolve this with the latest versions of langchain. The issue is that with...

The AzureOpenAI LLM is functionally identical to the OpenAI LLM but requires different parameters. [Azure OpenAI](https://python.langchain.com/en/latest/reference/modules/llms.html?highlight=AzureOpenAI#langchain.llms.AzureOpenAI) It would be great to be able to use this configuration!

enhancement

Fix this for future users so they can get it up and running without having to probe the GitHub forum

The error currently just tells us there's something missing but it would be very useful if told what is missing.

enhancement

Hey nice work in Dev, just noticed that the format instructions option isnt available on zero shot prompt, can you ensure it is added? Thanks, ionstorm

feature request

It would be great to have integration with [LlamaHub](https://github.com/emptycrown/llama-hub).

enhancement

File "py390/lib/python3.9/site-packages/langflow/utils/logger.py", line 4, in from rich.logging import RichHandler ModuleNotFoundError: No module named 'rich' After` pip install rich` all was good Awesome release by the way!