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.
Should integrate the VertexAI / Google Cloud Platform LLMs (already on LangChain) such as: https://github.com/hwchase17/langchain/blob/master/langchain/llms/vertexai.py#L72
Description: This pull request adds a new component, NodeToolbarComponent, to ReactFlow. The NodeToolbarComponent provides a toolbar for tools of the nodes of the flow graph. Changes Made: Implemented the NodeToolbar...
Supabase requires passing the client which will need us to change how we instantiate objects.
This is a list to track all the supported Vector Stores. This list will be updated as needed. - [x] ChromaDB - [x] #296 - [x] #297 - [x] #335...
**Describe the bug** In the frontend, when using a ReactFlow Node like Tool with a required boolean field, it cannot accept a False value, and throws "{type} is missing {field}"...
Toolkits now can be connected to Agents to be used as tools.
` ERROR [21:34:37] - ERROR - Error building node PyPDFLoader: Cannot read an empty file validate.py:56 ┌─────────────────────── Traceback (most recent call last) ────────────────────────┐ │ C:\Users\ashbu\miniconda3\envs\langflowcvenv7\Lib\site-packages\langflow\graph\b │ │ ase.py:190 in _build...
Hello, I am trying to install langflow with pip command in my windows 11. getting below error ImportError: cannot import name 'formatargspec' from 'inspect' [end of output] note: This error...