Skip to main content

Add your description here

Reason this release was yanked:

Per Design

Project description

OpenRAG

Langflow    OpenSearch    Langflow   

OpenRAG is a comprehensive Retrieval-Augmented Generation platform that enables intelligent document search and AI-powered conversations. Users can upload, process, and query documents through a chat interface backed by large language models and semantic search capabilities. The system utilizes Langflow for document ingestion, retrieval workflows, and intelligent nudges, providing a seamless RAG experience. Built with Starlette and Next.js. Powered by OpenSearch, Langflow, and Docling.

Ask DeepWiki

Quickstart   |   TUI Interface   |   Docker Deployment   |   Development   |   Troubleshooting

Quickstart

Use the OpenRAG Terminal User Interface (TUI) to manage your OpenRAG installation without complex command-line operations.

To launch OpenRAG with the TUI, do the following:

  1. Clone the OpenRAG repository.

    git clone https://github.com/langflow-ai/openrag.git
    cd openrag
    
  2. To start the TUI, from the repository root, run:

    # Install dependencies first
    uv sync
    
    # Launch the TUI
    uv run openrag
    

    The TUI opens and guides you through OpenRAG setup.

For the full TUI installation guide, see TUI.

Docker installation

If you prefer to use Docker to run OpenRAG, the repository includes two Docker Compose .yml files. They deploy the same applications and containers locally, but to different environments.

  • docker-compose.yml is an OpenRAG deployment for environments with GPU support. GPU support requires an NVIDIA GPU with CUDA support and compatible NVIDIA drivers installed on the OpenRAG host machine.

  • docker-compose-cpu.yml is a CPU-only version of OpenRAG for systems without GPU support. Use this Docker compose file for environments where GPU drivers aren't available.

Both Docker deployments depend on docling serve to be running on port 5001 on the host machine. This enables Mac MLX support for document processing. Installing OpenRAG with the TUI starts docling serve automatically, but for a Docker deployment you must manually start the docling serve process.

To install OpenRAG with Docker:

  1. Clone the OpenRAG repository.

    git clone https://github.com/langflow-ai/openrag.git
    cd openrag
    
  2. Install dependencies.

    uv sync
    
  3. Start docling serve on the host machine.

    uv run python scripts/docling_ctl.py start --port 5001
    
  4. Confirm docling serve is running.

    uv run python scripts/docling_ctl.py status
    

    Successful result:

    Status: running
    Endpoint: http://127.0.0.1:5001
    Docs: http://127.0.0.1:5001/docs
    PID: 27746
    
  5. Build and start all services.

    For the GPU-accelerated deployment, run:

    docker compose build
    docker compose up -d
    

    For environments without GPU support, run:

    docker compose -f docker-compose-cpu.yml up -d
    

    The OpenRAG Docker Compose file starts five containers:

    Container Name Default Address Purpose
    OpenRAG Backend http://localhost:8000 FastAPI server and core functionality.
    OpenRAG Frontend http://localhost:3000 React web interface for users.
    Langflow http://localhost:7860 AI workflow engine and flow management.
    OpenSearch http://localhost:9200 Vector database for document storage.
    OpenSearch Dashboards http://localhost:5601 Database administration interface.
  6. Access the OpenRAG application at http://localhost:3000 and continue with the Quickstart.

    To stop docling serve, run:

    uv run python scripts/docling_ctl.py stop
    

For more information, see Install with Docker.

Troubleshooting

For common issues and fixes, see Troubleshoot.

Development

For developers wanting to contribute to OpenRAG or set up a development environment, see CONTRIBUTING.md.

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

openrag-0.1.25.tar.gz (9.5 MB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

openrag-0.1.25-py3-none-any.whl (9.6 MB view details)

Uploaded Python 3

File details

Details for the file openrag-0.1.25.tar.gz.

File metadata

  • Download URL: openrag-0.1.25.tar.gz
  • Upload date:
  • Size: 9.5 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.8.4

File hashes

Hashes for openrag-0.1.25.tar.gz
Algorithm Hash digest
SHA256 525a85a8e1e3df27d501265f42c82da91c3f2c751b1f0ee3b02c7ecd639280b2
MD5 0c86986f9edc4399ebec28ad1e76abb5
BLAKE2b-256 bb8b30be2939f7962811a7af9a8df264db9b0a3ac331195ce7c500c7c6c40005

See more details on using hashes here.

File details

Details for the file openrag-0.1.25-py3-none-any.whl.

File metadata

  • Download URL: openrag-0.1.25-py3-none-any.whl
  • Upload date:
  • Size: 9.6 MB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.8.4

File hashes

Hashes for openrag-0.1.25-py3-none-any.whl
Algorithm Hash digest
SHA256 638810000fb07db1def5784d9eeae9f28548455f4d2456c8abe5b746bb76d0fb
MD5 06219f4308157fd48853b3e699d978fc
BLAKE2b-256 ac64941a13ba322350ac1814a23c0abc8a2f0c67248ba0390765ff24f0267318

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page