Expand description
Knowledge-ingest configuration ([knowledge]).
This module defines KnowledgeConfig, the optional TOML section that controls
the zeph knowledge ingest command (spec-067, Phase 1). All fields carry sane
defaults so an existing config that omits [knowledge] entirely still works.
§Configuration example
[knowledge]
ingest_provider = "fast" # from [[llm.providers]]; Phase 2 graph extraction
concurrency = 3
max_documents = 0 # 0 = unlimited
recall_include_imported = true
transcript_scope = "current-project"Structs§
- Knowledge
Config - Configuration for the
zeph knowledgesubsystem (spec-067 Phase 1).