mateclaw/mateclaw-ui/src/views/Wiki
matevip 22a61e6e78 feat(wiki): closed relation schema for entity extraction
Entity extraction previously constrained entity types but let the
model freely invent any relation between entities, producing noise
that diluted the entities a knowledge base actually cares about.
Adds an optional per-KB relation schema (subjectType/predicate/
objectType triples): when set, the extraction prompt is scoped to
only those relations, and a hard filter drops anything that slips
through before it is persisted. Empty/unset keeps the existing
open-vocabulary behaviour.
2026-07-16 17:39:41 +08:00
..
components feat(wiki): closed relation schema for entity extraction 2026-07-16 17:39:41 +08:00
utils feat(wiki-ui): library home + workspace split for Wiki page 2026-05-10 19:16:22 +08:00
index.vue feat(wiki): KB processing-failure visibility (error-code chain + silent sub-step alerts + cross-KB failure center) 2026-06-28 13:07:34 +08:00