Entity Extractor
interface EntityExtractor
Extracts entities from text chunks.
This is a simpler interface than com.embabel.dice.text2graph.SourceAnalyzer when you only need entity extraction without relationship suggestion.
Built-in implementations:
LlmEntityExtractor: Uses an LLM to identify entities based on a schema
See also
Inheritors
Functions
Link copied to clipboard
abstract fun suggestEntities(chunk: <Error class: unknown class>, context: SourceAnalysisContext): SuggestedEntities
Suggest entities from a chunk based on the provided schema.