Developer builds open-source MySQL plugin for natural-language row filtering

A developer has released AILIKE, an open-source MySQL plugin that enables natural-language filter conditions directly within standard SQL queries. The tool addresses a common data-matching problem — linking unstructured supplier descriptions to catalog entries — without requiring external pipelines or separate deployments. AILIKE uses TypeSafe Jev, a structured AI judgment API, to evaluate whether two text values describe the same product, returning a binary verdict in a single API call per comparison. To avoid performance costs, the plugin is designed to narrow candidate rows using conventional SQL filters like indexes and category joins before invoking AI judgments. The source code is publicly available on GitHub, while Jev itself remains a hosted external dependency.
This is an AI-generated summary. ShortSingh links to the original source for the complete article.

Discussion (0)
Log in to join the discussion and vote.
Log in