langflowai/langflow
Docker Hub
updated 10d agoLangflow is a low-code app builder for RAG and multi-agent AI applications.
Used in Recipes
⛓️ Langflow
Introduction
Langflow is a powerful and intuitive platform designed for building, iterating, and deploying AI applications. Leveraging a visual interface, users can effortlessly create flows by dragging and connecting components, making AI app development accessible and efficient.
Installation
Images on this Docker Hub repository correspond to various stages of Langflow development:
latest: Reflects the most recent stable build from themainbranch.
Features
- Visual Programming Interface: Easily construct applications by linking components visually.
- CLI & API Support: Comprehensive command-line interface and API for automation and advanced management.
- Extensible: Import or create custom components to extend functionality.
- Deployment Ready: Simplified deployment options on platforms like Google Cloud Platform, Railway, and Render.
Getting Started
To start using Langflow:
- Pull the Docker image corresponding to your desired version.
Use the following command to run Langflow:
docker run -it --rm -p 7860:7860 langflowai/langflow:latest
Access Langflow at
http://localhost:7860in your web browser.
Documentation and Community
- Full documentation available at Langflow Docs
- Join the community on Discord for support and discussions.
