feat: keep only Honcho, remove OpenViking from memory providers

This commit is contained in:
2026-05-20 23:37:44 -04:00
parent 04dcca1aa7
commit e3f47cac6b
3 changed files with 0 additions and 29 deletions

View File

@@ -43,11 +43,6 @@ services:
- API_SERVER_KEY=hermes_local_key
- GATEWAY_ALLOW_ALL_USERS=true
- OPENROUTER_API_KEY=${OPEN...KEY}
# Memory providers — connect to self-hosted services
- OPENVIKING_ENDPOINT=http://openviking:1933
- OPENVIKING_ACCOUNT=default
- OPENVIKING_USER=default
- OPENVIKING_AGENT=hermes
# ROCm for GPU-accelerated faster-whisper STT
- HSA_OVERRIDE_GFX_VERSION=9.0.6
- HCC_AMDGPU_TARGET=gfx906
@@ -72,7 +67,6 @@ services:
networks:
- ai_backend
depends_on:
- openviking
- honcho
syncthing:
@@ -137,24 +131,6 @@ services:
- "303"
- "26"
# --- OpenViking: knowledge graph memory ---
openviking:
image: ghcr.io/volcengine/openviking:latest
container_name: openviking
restart: unless-stopped
ports:
- "127.0.0.1:1933:1933"
volumes:
- /mnt/HoardingCow_docker_data/OpenViking/data:/app/.openviking
networks:
- ai_backend
healthcheck:
test: ["CMD-SHELL", "curl -fsS http://127.0.0.1:1933/health || exit 1"]
interval: 30s
timeout: 5s
retries: 3
start_period: 30s
# --- Honcho: AI-native user modeling ---
honcho:
build: ./honcho