EntityLinker
org.llm4s.knowledgegraph.extraction.EntityLinker
Links and deduplicates entities across a knowledge graph.
Performs two passes:
- Deterministic same-name merging: nodes with the same label and normalized name property are merged, with edges rewritten to point at the surviving node.
- LLM-assisted disambiguation (optional): ambiguous clusters (e.g., "Jobs" vs "Steve Jobs") are sent to the LLM to confirm or reject merges.
Value parameters
- llmClient
-
Optional LLM client for disambiguation. If None, only deterministic merging is performed.
Attributes
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
Members list
In this article