Engram::EmbedderConfig
The embedder: settings read from .agents/engram.yml:
embedder: url: http://localhost:11434/v1/embeddings model: nomic-embed-text api_key_env: OPENAI_API_KEY
No config file, or a config file with no embedder: section, means
embeddings are off — the zero-config default described in docs/SPEC.md.
Constructors
Class methods
Instance methods
api_key
Resolves the actual API key by reading the env var named by api_key_env; nil if unset or unnamed.
api_key_env
Sourcemodel
Sourceurl
Source