Skip to main content

Module config

Module config 

Source

Re-exports§

pub use crate::graph::confidence::ProvenanceWeights;

Structs§

Config
EphemeralConfig
GraphScoringConfig
Scoring weights for utility-weighted semantic search.
GraphSection
LlmSection
PipelineSection
ServeSection
Settings for the recall-echo serve graph daemon.

Enums§

Provider
LLM provider for entity extraction.

Functions§

config_path
Config file path for a given base directory.
exists
Returns true if .recall-echo.toml exists in the directory.
load
Load config from .recall-echo.toml in the base dir. Returns defaults if file doesn’t exist or is malformed.
load_from_dir
Load config from .recall-echo.toml in the given directory. Returns defaults if file doesn’t exist or is malformed.
save
Save config to .recall-echo.toml in the base dir.