v2.0.2: Production release with role parsing fix and threshold correction

This commit is contained in:
Vera-AI
2026-03-27 13:42:22 -05:00
parent c78b3f2bb6
commit 34304a79e0
3 changed files with 13 additions and 41 deletions

View File

@@ -2,18 +2,15 @@
ollama_host = "http://10.0.0.10:11434"
qdrant_host = "http://10.0.0.22:6333"
qdrant_collection = "memories"
embedding_model = "snowflake-arctic-embed2"
embedding_model = "mxbai-embed-large"
debug = false
[layers]
# Note: system_token_budget removed - system prompt is never truncated
semantic_token_budget = 25000
context_token_budget = 22000
semantic_search_turns = 2
semantic_score_threshold = 0.6
semantic_score_threshold = 0.3
[curator]
# Daily curation: processes recent 24h of raw memories
# Monthly mode is detected automatically by curator_prompt.md (day 01)
run_time = "02:00"
curator_model = "gpt-oss:120b"