🚀 GC-QA-RAG v1.0.3
📦 Docker Images
This release includes the following Docker images:
grapecitysoftware/gc-qa-rag-server:v1.0.3
grapecitysoftware/gc-qa-rag-etl:v1.0.3
grapecitysoftware/gc-qa-rag-frontend:v1.0.3
🐳 Quick Deployment
# Deploy ETL service using Docker Hub images
cd sources/gc-qa-rag-etl/deploy
# Edit docker-compose.dockerhub.yml file, uncomment environment variables and fill in your API keys
# Start ETL service
docker compose -f docker-compose.dockerhub.yml up -d
# Deploy RAG service using Docker Hub images
cd sources/gc-qa-rag-server/deploy
# Edit docker-compose.dockerhub.yml file, uncomment environment variables and fill in your API keys
# Start RAG service
docker compose -f docker-compose.dockerhub.yml up -d