Skip to main content

Module llm_extractor

Module llm_extractor 

Source
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ยง

LLMEntityExtractor
LLM-based entity extractor that uses actual language model calls