langflow
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.
Is there a way to use these loaders: https://llamahub.ai/ with LangFlow?
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...
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?
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!
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.
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
It would be great to have integration with [LlamaHub](https://github.com/emptycrown/llama-hub).
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!