Skip to content

xpertdev/lightrag

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker image for LightRAG

Docker image for LightRAG: Simple and Fast Retrieval-Augmented Generation

This repository contains the Docker image for the LightRAG project. The image is designed to provide a simple and fast environment for running Retrieval-Augmented Generation tasks.

Build Status

Build Status

Usage

The Docker image is pushed to the GitHub Container Registry and can be pulled using the following command:

docker pull ghcr.io/xpertdev/lightrag:latest

To run the Docker container, use:

docker run -it -p 9621:9621 -v ./data/rag_storage:/app/data/rag_storage -v ./data/inputs:/app/data/inputs ghcr.io/xpertdev/lightrag:latest

Docker Compose

You can also use Docker Compose to run the container. See the docker-compose.yml file for more details.

LightRAG Repository

For more information about the LightRAG project, visit the LightRAG GitHub repository.

License

This project is licensed under the MIT License. See the LICENSE file for details.

About

Docker image for LightRAG: Simple and Fast Retrieval-Augmented Generation

Topics

Resources

License

Stars

Watchers

Forks

Packages