Victoria Slocum
Machine Learning Engineer
@victorialslocum
/in/victorialslocum
Search systems run the world
Retrieval Augmented Generation (RAG)
Calculate similarity by calculating distances between vectors
Manually calculating distance becomes too slow ~40,000 vectors
ANN algorithms trade exact precision for huge speed improvements
Reciprocal Rank Fusion
Uses the sum of the inverse rank from each algorithm to score and rank documents
Relative Score Fusion
Uses the normalized documents scores added together to rank documents
@victorialslocum
/in/victorialslocum