feat: add Honcho memory provider with Traefik + Authelia #48

Open
Hermes wants to merge 43 commits from feat/honcho-only into master
6 changed files with 342 additions and 0 deletions
Showing only changes of commit 8eb0344a08 - Show all commits

View File

@@ -29,7 +29,7 @@ URL = "redis://honcho-redis:6379/0"
[llm]
DEFAULT_MAX_TOKENS = 4096
# Embeddings via Ollama (nomic-embed-text recommended on this system)
# Embeddings via Ollama
[embedding]
VECTOR_DIMENSIONS = 768
MAX_INPUT_TOKENS = 8192
@@ -39,7 +39,7 @@ transport = "openai"
model = "nomic-embed-text"
base_url = "http://ollama:11434/v1"
# --- Deriver (user representation builder) ---
# --- Deriver ---
[deriver]
ENABLED = true
WORKERS = 1