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.
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
You can also use Docker Compose to run the container. See the docker-compose.yml file for more details.
For more information about the LightRAG project, visit the LightRAG GitHub repository.
This project is licensed under the MIT License. See the LICENSE file for details.