Reading: Beyond RRF - How We Combined Vector Search With Learning To Rank
idealo on combining vector search with learning-to-rank, moving past plain RRF. Notes below also cover their MICES 2026 talk on how they fine-tuned the embedding model.
idealo on combining vector search with learning-to-rank, moving past plain RRF. Notes below also cover their MICES 2026 talk on how they fine-tuned the embedding model.
Linear Regression is one of the most fundamental algorithms in machine learning. In this post, we’ll implement it from scratch using JAX — Google’s high-performance numerical computing library that provides automatic differentiation and GPU/TPU acceleration.