mirror of
https://github.com/run-llama/rags.git
synced 2026-07-18 13:34:57 -04:00
[PR #42] [CLOSED] add Docker support #62
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/run-llama/rags/pull/42
Author: @kun432
Created: 11/30/2023
Status: ❌ Closed
Base:
main← Head:add-docker📝 Commits (1)
fbd44c7enable docker📊 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
./datawhich will be mounted as/app/datainside the container. RAGs can load the documents likedata/pg_essay.txt,./data/pg_essay.txtor/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.