Expand description
LLM-based entity extractor (TRUE LLM extraction, not pattern-based) LLM-based entity and relationship extraction
This module provides TRUE LLM-based extraction using Ollama or any other LLM service. Unlike pattern-based extraction, this uses actual language model inference to extract entities and relationships from text with deep semantic understanding.
Structsยง
- LLMEntity
Extractor - LLM-based entity extractor that uses actual language model calls