Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/entelecheia/rag-container
https://github.com/entelecheia/rag-container
Last synced: 17 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/entelecheia/rag-container
- Owner: entelecheia
- Created: 2023-08-28T10:20:35.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-28T19:19:10.000Z (about 1 year ago)
- Last Synced: 2023-08-29T02:56:48.092Z (about 1 year ago)
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# rag-container
This repository contains code to containerize the [RAG stack](https://github.com/psychic-api/rag-stack) using Docker Compose.
## Contents
- `docker-compose.yml` - Defines the RAG stack services
- `backend/` - Backend API code and Dockerfile
- `frontend/` - Frontend React app code and Dockerfile
- `scripts/` - Helper scripts## Services
The docker-compose file defines the following services:
- `backend` - RAG backend API
- `frontend` - React frontend
- `qdrant` - Vector database