This website requires JavaScript.
Explore
Help
Sign In
gortium
/
compose
Watch
1
Star
1
Fork
0
You've already forked compose
Code
Issues
Pull Requests
18
Actions
Packages
Projects
Releases
Wiki
Activity
Files
71db97f78cfa55c1f70c84ef324c18a2f0a2e484
compose
/
ai
/
honcho
/
init-db.sql
2 lines
39 B
MySQL
Raw
Normal View
History
Unescape
Escape
feat: add self-hosted memory providers (OpenViking, Honcho, Holographic) - Add OpenViking service (knowledge graph) using official GHCR image - Add Honcho stack (user modeling): API + PostgreSQL pgvector + Redis - Add Holographic config to Hermes (local SQLite, no server needed) - Hermes: install httpx for OpenViking client - Hermes: auto-generate config.yaml + honcho.json on first boot - All data 100% local, zero cloud dependencies
2026-05-11 19:02:36 -04:00
CREATE
EXTENSION
IF
NOT
EXISTS
vector
;
Reference in New Issue
Copy Permalink