Spaces:
Sleeping
Sleeping
| memory: | |
| # Persistence Path | |
| storage: | |
| path: "artifacts/memory_v2.sqlite" | |
| confidence_threshold: 0.72 | |
| top_k: 6 | |
| rerank: true | |
| max_injected_tokens: 320 | |
| decay_lambda: 0.001 | |
| max_memory_age_turns: 6000 | |
| vector: | |
| # Using a smaller model to avoid OOM on standard machines during demo | |
| embedding_model: "all-MiniLM-L6-v2" | |
| dim: 384 | |
| similarity_threshold: 0.5 # Filter out weak semantic matches (was 0.4) | |
| evaluation: | |
| checkpoints: [100, 500, 937, 1000, 1200] | |
| recall_k: 6 | |
| precision_k: 6 | |