Hey HN!I m Diego. I ve been extensively using Qdrant for hybrid search, but there s no standard way to track and manage schema migrations.I ve used alembic in the past for relational databases, so I decided to develop something similar for Qdrant: revector. You write declarative YAML migrations, commit them next to your code, and apply or roll them back with a single static binary.Repo: https://github.com/diegoglozano/revector Docs: https://diegoglozano.github.io/revector/Thanks for taking a look, happy to hear your feedback!