Releases: GrapeCity-AI/gc-qa-rag
Releases · GrapeCity-AI/gc-qa-rag
Release v1.0.3
🚀 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
📚 Documentation
Release v1.0.1
🚀 GC-QA-RAG v1.0.1
📦 Docker 镜像
本次发布包含以下 Docker 镜像:
grapecitysoftware/gc-qa-rag-server:v1.0.1
grapecitysoftware/gc-qa-rag-etl:v1.0.1
grapecitysoftware/gc-qa-rag-frontend:v1.0.1
🐳 快速部署
# 使用 Docker Hub 镜像部署
cd sources/gc-qa-rag-server/deploy
docker compose -f docker-compose.dockerhub.yml up -d