[PR #42] [CLOSED] add Docker support #62

Closed
opened 2026-02-16 00:15:23 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/run-llama/rags/pull/42
Author: @kun432
Created: 11/30/2023
Status: Closed

Base: mainHead: add-docker


📝 Commits (1)

📊 Changes

6 files changed (+74 additions, -0 deletions)

View changed files

.dockerignore (+13 -0)
📝 .gitignore (+3 -0)
Dockerfile (+22 -0)
📝 README.md (+21 -0)
📝 data/pg_essay.txt (+0 -0)
docker-compose.yml (+15 -0)

📄 Description

Description

This PR introduces Docker support to the project. This enhancement simplifies the setup and deployment process, making it more accessible and easier to manage.

Notes

  • the documents to be loaded should be placed under ./data which will be mounted as /app/data inside the container. RAGs can load the documents like data/pg_essay.txt, ./data/pg_essay.txt or /app/data/pg_essay.txt.

Looking forward to your feedback and suggestions for further improvements!


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/run-llama/rags/pull/42 **Author:** [@kun432](https://github.com/kun432) **Created:** 11/30/2023 **Status:** ❌ Closed **Base:** `main` ← **Head:** `add-docker` --- ### 📝 Commits (1) - [`fbd44c7`](https://github.com/run-llama/rags/commit/fbd44c7634e0bbee5fdb505e981d60bad4162663) enable docker ### 📊 Changes **6 files changed** (+74 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `.dockerignore` (+13 -0) 📝 `.gitignore` (+3 -0) ➕ `Dockerfile` (+22 -0) 📝 `README.md` (+21 -0) 📝 `data/pg_essay.txt` (+0 -0) ➕ `docker-compose.yml` (+15 -0) </details> ### 📄 Description ## Description This PR introduces Docker support to the project. This enhancement simplifies the setup and deployment process, making it more accessible and easier to manage. ## Notes - the documents to be loaded should be placed under `./data` which will be mounted as `/app/data` inside the container. RAGs can load the documents like `data/pg_essay.txt`, `./data/pg_essay.txt` or `/app/data/pg_essay.txt`. ---- Looking forward to your feedback and suggestions for further improvements! --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-16 00:15:23 -05:00
yindo closed this issue 2026-02-16 00:15:23 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: run-llama/rags#62