Hacker News new | ask | show | jobs
Vajra BM25 is a fast BM25 implementation in Python (twitter.com)
1 points by aiexplorations 153 days ago
1 comments

This is an implementation of BM25 that I have been building for the last few months. It builds on top of the optimizations implemented in BM25S, via category theory based abstractions and scaffolding. https://www.rajeshrs.in/blog/ai-explorations/2025-12-24-vajr...