When Your ChromaDB Mutates and You’re Out of Luck
Migrating ChromaDB is painful, breaking, and full of edge cases. Here’s how we survived: dummy embeddings, JSON exports, private APIs, and a fully automated Python migration.
Migrating ChromaDB is painful, breaking, and full of edge cases. Here’s how we survived: dummy embeddings, JSON exports, private APIs, and a fully automated Python migration.
When you're too tired to stop working, a brutal set of scripts can save you from yourself. MacOS, Python, and some shell magic.
A weather station with a Raspberry Pi, webserver and Arduino, LoRa SX1278 modules.
Dealing with imperfect code and test environments can drive you crazy, especially when you need to properly rerun failed tests while preserving the state of the test environment. How I deal with it using pytest?
Reporting results from your automation tests to TestRail is a good idea. Especially for management with KPIs of automation coverage, and some other metrics. Let's automate it and report it to Testrail, Slack, email, etc.