daf6c866332b900b676f75d7f622286b6109b323
Caches AI enrichment results per distillery to save API calls: - New table: enrichment_cache (distillery, tags, hit_count) - New service: cache-enrichment.ts (get, save, increment, stats) - enrich-data.ts checks cache before AI query - Saves to cache after successful AI response - Returns cached: true/false flag for transparency Benefits: - 0 API cost for repeated distillery scans - Near-instant response for cached distilleries - Shared across all users
Description
No description provided
Languages
TypeScript
95.6%
PLpgSQL
3.4%
JavaScript
0.8%
CSS
0.2%