feat(search): NL search — auto-summaries and entity extraction per document #744
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Part of epic #735. Post-v1. Depends on translation infrastructure (#741) — same Ollama pipeline.
Goal
Every letter gets a one-sentence gist plus structured extraction of places, dates, events, and people mentioned. This structured output feeds the map view, person-linking, and reading journeys.
Scope
document_enrichmentstable:summary: one-sentence gist in modern Germanmentioned_places: extracted place namesmentioned_events: extracted events/occasionsmentioned_persons_raw: names of people mentioned in the letter body (not sender/receiver)Open questions before implementation
document_enrichmentstable or extendDocumententity?