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