# Sample plugmem config for the CLI integration tests.
# Precedence at runtime: --flag > env > this file > built-in default.
[]
# Embedding size (0 = vectors off). Small here so tests stay fast.
= 8
[]
# "none" keeps the CLI fully functional without any service (lexical,
# tags, graph and time still answer). Switch to an OpenAI-compatible
# server with kind/url/model/api_key_env:
# kind = "ollama"
# url = "http://localhost:11434/v1"
# model = "nomic-embed-text"
# api_key_env = "OPENAI_API_KEY"
= "none"
[]
# Auto-snapshot after this many mutations.
= 4