Scoring Documents Against a Content Model Without an LLM

TL;DR AI
2 min readKey summary
A Google Docs-to-Contentful import pipeline now segments documents into scopes using tabs and headings.
Each scope is scored against every CMS content type with Jaccard similarity over tokenized terms.
Only the top matches are sent to an LLM, reducing token use and improving mapping quality.
The system also stores matches, top candidates, and review flags for each scope.
