Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type App ¶
type App struct {
Config *config.Config
DB *database.Manager
Migrator *migration.Migrator
Stores *bundle.Stores
// contains filtered or unexported fields
}
App bundles the runtime dependencies needed by CLI and MCP entrypoints.
func (*App) ReloadConfig ¶ added in v1.1.0
ReloadConfig re-reads the configuration from disk and reinitializes the embedding service. Useful after manual edits to cortex.yaml.
Click to show internal directories.
Click to hide internal directories.