Skip to content

[Feature Request]: Official Docker Image for LightRAG #1417

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
2 tasks done
aospan opened this issue Apr 20, 2025 · 2 comments
Open
2 tasks done

[Feature Request]: Official Docker Image for LightRAG #1417

aospan opened this issue Apr 20, 2025 · 2 comments
Labels
docker enhancement New feature or request

Comments

@aospan
Copy link

aospan commented Apr 20, 2025

Do you need to file a feature request?

  • I have searched the existing feature request and this feature request is not already filed.
  • I believe this is a legitimate feature request, not just a question or bug.

Feature Request Description

Currently, Docker Hub hosts 17 different images for LightRAG, created by various contributors, making it challenging to identify the most stable and up-to-date version.

Please consider publishing an official Docker image under an authoritative repository (e.g., lightrag/lightrag).

An official Docker image would:

  • Ensure a trusted and regularly updated source.
  • Simplify deployment and maintenance.
  • Prevent confusion caused by multiple unofficial builds.

Example official repository structure: hub.docker.com/r/lightrag/lightrag

Thank you for considering this fr!

Additional Context

No response

@aospan aospan added the enhancement New feature or request label Apr 20, 2025
@danielaskdd
Copy link
Collaborator

Thank you for the great idea. I noticed the Docker Compose file referenced in #1356. To streamline the process, could you please simplify it into a standard Docker Compose format? This will enable the LightRAG team to efficiently publish Docker images based on it.

For simplicity, I recommend that the official Docker image initially support only two storage types: PostgreSQL and Neo4j. Cause this two storage is proved to work perfectly with LightRAG. And this approach will help reduce complexity during the initial rollout.

Let me know if you have any questions or need further clarification.

Here is storage configuration:

LIGHTRAG_KV_STORAGE=PGKVStorage
LIGHTRAG_VECTOR_STORAGE=PGVectorStorage
LIGHTRAG_DOC_STATUS_STORAGE=PGDocStatusStorage
LIGHTRAG_GRAPH_STORAGE=Neo4JStorage

@helicalchris
Copy link

Hi is there any progress on this? Thought I'd ask as I am looking for a docker-compose and yes, it's complicated to choose the right one now!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docker enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants