mateclaw/mateclaw-server/src/main/resources/db
matevip 6e7c137154 feat(wiki): entity-level knowledge graph extraction (#336)
Add an opt-in named-entity extraction pass so the wiki knowledge graph
captures fine-grained entities (people, organizations, locations, ...)
and their relations, not just page-level link relations.

- new tables mate_wiki_entity / _mention / _relation (h2/mysql/kingbase)
- structured LLM extraction per chunk with entity resolution
  (normalized-key dedup + embedding near-merge), mention/relation
  persistence and page linking via chunk citations
- per-KB opt-in toggle (off by default); async dispatch after embedding
- read API: entity list, KB graph, entity ego-graph, manual extract
- UI: entity-layer toggle in the graph view + KB config toggle
- replace inline fully-qualified class names with imports in WikiProcessingService

Closes #336
2026-06-17 14:17:54 +08:00
..
migration feat(wiki): entity-level knowledge graph extraction (#336) 2026-06-17 14:17:54 +08:00
data-en.sql feat(tool): add execute_code for running agent-authored code (#257) 2026-06-09 08:05:50 +08:00
data-kingbase-en.sql fix(db): declare boolean flag columns as BOOLEAN in the PostgreSQL-family tree 2026-06-14 16:47:23 +08:00
data-kingbase-zh.sql fix(db): declare boolean flag columns as BOOLEAN in the PostgreSQL-family tree 2026-06-14 16:47:23 +08:00
data-mysql-en.sql feat(tool): add execute_code for running agent-authored code (#257) 2026-06-09 08:05:50 +08:00
data-mysql-zh.sql feat(tool): add execute_code for running agent-authored code (#257) 2026-06-09 08:05:50 +08:00
data-zh.sql feat(tool): add execute_code for running agent-authored code (#257) 2026-06-09 08:05:50 +08:00
schema-mysql.sql feat(agent): add knowledge base binding tab to agent editor (#237) 2026-05-29 06:00:52 +08:00
schema.sql feat(agent): add knowledge base binding tab to agent editor (#237) 2026-05-29 06:00:52 +08:00