feat: self-hosted Honcho memory provider (PostgreSQL + Redis) #51

Open
Hermes wants to merge 15 commits from feat/honcho-only-rebased into master
5 changed files with 232 additions and 0 deletions
Showing only changes of commit a003663e6c - Show all commits

View File

@@ -172,6 +172,7 @@ services:
- DB_CONNECTION_URI=postgresql+psycopg://honcho:honcho_pass@honcho-db:5432/honcho - DB_CONNECTION_URI=postgresql+psycopg://honcho:honcho_pass@honcho-db:5432/honcho
- CACHE_URL=redis://honcho-redis:6379/0 - CACHE_URL=redis://honcho-redis:6379/0
- CACHE_ENABLED=true - CACHE_ENABLED=true
- EMBEDDING_VECTOR_DIMENSIONS=1536
volumes: volumes:
- /mnt/HoardingCow_docker_data/Honcho/data:/app/data - /mnt/HoardingCow_docker_data/Honcho/data:/app/data
networks: networks: