Updates May 4
PGrid
- Continuing work on laptops.
- Experimentation done for specs search to add existing rows into the database for expansion prompt so the AI can understand structure for generation_name for the current brand and hopefully return correct information more often. After some testing, this seemed to improve quality of results.
- Implemented variant specs search, only tested on a single row created.
- While implementing specs search and classification for laptop variants, did some refactoring of all categories to reduce code duplication where it was easy to do so.
- Updated and created a bunch of RAM descriptions. Still not happy with this. For some reason RAM descriptions seem to be harder to generate than other categories.
- Iterating on how the featured deals work. Thought I updated it to auto-update the deals if the same price or lower is available for the same URL slug, but this wasn’t the case. Fixed some decision-making to hopefully make it correct now.
- While working on new TikTok slides, added a util to create TikTok/Instagram-style caption text with a rounded corner background. I think I only ended up posting a single TikTok slideshow this week. Need to work on that.
- Some testing and fixes done related to Astro frontend being deployed to prod.
- Added fuzzy search for all category tables.
- Fixed issues with pnpm update requiring some config changes.