More Docker. Easy Access. New Streamlined Plans. Learn more.
langflow logo

langflowai/langflow

Sponsored OSS

By Langflow

Updated 5 days ago

Langflow is a low-code app builder for RAG and multi-agent AI applications.

Image
Machine Learning & AI
Developer Tools
Gen AI
38

100K+

⛓️ Langflow

Star us on Github ⭐

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 the main branch.

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:

  1. Pull the Docker image corresponding to your desired version.

  2. Use the following command to run Langflow:

    docker run -it --rm -p 7860:7860 langflowai/langflow:latest
    
  3. Access Langflow at http://localhost:7860 in your web browser.

Documentation and Community

Docker Pull Command

docker pull langflowai/langflow