Skip to content

Instantly share code, notes, and snippets.

@pratikmurali
pratikmurali / gist:4f32fff8127682be9aefd4406b87ec83
Created May 20, 2025 19:26
Evaluation of Langchain Retrievers using RAGA metrics and Langchain
DATASET EVALUATED
CSV based reviews from the 4 movies in the John Wick franchise to explore the different retrieval strategies.
These were obtained from IMDB, and are available in the [AIM Data Repository](https://github.com/AI-Maker-Space/DataRepository).
RETRIEVERS EVALUATED
- Naive Retriever
- BM-25
- Multi-Query Retriever
@pratikmurali
pratikmurali / Coding Interviews prep
Last active November 29, 2015 17:41
Collection of useful links to prepare for programming interviews
Big O Cheatsheet: http://bigocheatsheet.com/
Introduction to Competitive Programming Contests: http://web.stanford.edu/class/cs97si/
Another Competitive Programming Course: http://algo.is/competitive-programming-course/
TopCoder Tutorials : https://www.topcoder.com/community/data-science/data-science-tutorials/
Leetcode Articles: http://articles.leetcode.com/
Indian Computing Olympiad: http://www.iarcs.org.in/inoi/online-study-material/
Dynamic Programming :http://20bits.com/article/introduction-to-dynamic-
Datastructures/ Algorithms Code Library :http://kaidul.com/algorithm-data-structure-code-library/
Fenwick Trees: http://notes.tweakblogs.net/blog/9835/fenwick-trees-demystified.html
Algorithm Gym: http://codeforces.com/blog/entry/15729