Entity Results
Result of processing multiple chunks through the entity pipeline.
Aggregates results across all chunks and provides deduplicated entity lists.
Parameters
Results from individual chunk processing
Properties
Functions
All entities that need to be persisted (new + updated). Does not include reference-only entities.
Entities that are new (not matched to any existing entity). These should be saved to the entity repository.
Entities that were matched to known entities that should not be updated. These are typically entities managed by external services (e.g., the current user). They are referenced in propositions but not persisted during extraction.
All resolved entities across all chunks (deduplicated).
Entities that were matched to existing entities and may have updated information. These should be updated in the entity repository.