Memory Types
| Type | Description |
|---|---|
conversation | Q&A pairs from sessions |
decision | Accepted file edits and explanations |
code | Code snippets and patterns |
pattern | Reusable solutions |
How It Works
- Automatic storage — When you accept file edits, the decision is stored
- Semantic search — Prompts are matched against stored memories
- Context injection — Relevant memories are injected into agent prompts
Storage
All memory data is stored in the main database:Embedding Models
When Ollama is available, PuzldAI uses embeddings for semantic search:| Model | Notes |
|---|---|
nomic-embed-text | Recommended |
mxbai-embed-large | Alternative |
all-minilm | Lightweight |