Skip to main content

DEFAULT_GROUNDING_MIN_CORPUS_CHARS

Constant DEFAULT_GROUNDING_MIN_CORPUS_CHARS 

Source
pub const DEFAULT_GROUNDING_MIN_CORPUS_CHARS: usize = 40;
Expand description

Default minimum evidence length (Unicode scalars) before grounding is enforced. Below this, G-PR-6 accepts the candidate to avoid mass preservation_failed on weak corpora. Overridable via XDG enrich.entity_description.min_corpus_chars.