Docker Deployment#
This section contains guides for running and managing the VIA CTX RAG system using Docker.
Available Guides#
Docker Compose - Instructions for running the complete system using Docker Compose
Standalone Docker Service - Instructions for running individual services (Neo4j, Milvus) using Docker
Overview#
The VIA CTX RAG system uses Docker to containerize its components, making it easy to deploy and manage the following services:
Neo4j: Graph database for storing and querying relationships
Milvus: Vector database for similarity search
Data Ingestion Service: For processing and storing data
Data Retrieval Service: For querying and retrieving information
Choose the appropriate guide based on your deployment needs:
Use the Standalone Docker guide if you want to run services individually
Use the Docker Compose guide for a complete system deployment