Expand description
Embedding configuration management.
Loads and saves embedding settings from ~/.savecontext/config.json,
maintaining compatibility with the TypeScript MCP server.
Functionsยง
- get_
embedding_ settings - Get embedding settings from config file.
- is_
embeddings_ enabled - Check if embeddings are enabled.
- load_
config - Load the full SaveContext configuration.
- reset_
embedding_ settings - Reset embedding settings (removes from config).
- resolve_
hf_ endpoint - Resolve HuggingFace endpoint from config or environment.
- resolve_
hf_ model - Resolve HuggingFace model from config or environment.
- resolve_
hf_ token - Resolve HuggingFace token from config or environment.
- resolve_
ollama_ endpoint - Resolve Ollama endpoint from config or environment.
- resolve_
ollama_ model - Resolve Ollama model from config or environment.
- save_
config - Save the full SaveContext configuration.
- save_
embedding_ settings - Save embedding settings (merges with existing config).