Archives
All the articles I've archived.
2024 5
May 2
-
Advanced Retrieval for Retrieval-Augmented Generation
Query expansion, cross-encoder re-ranking, and embedding adaptors for improving RAG retrieval quality.
-
LLMs Evals: A General Framework for Custom Evaluations
A general framework for building rule-based and model-graded evaluations for LLM-based applications.
April 3
-
Implementing RAG in LangChain with Chroma: A Step-by-Step Guide
A step-by-step guide to building a Retrieval-Augmented Generation system using LangChain, Chroma, and OpenAI embeddings.
-
Malicious LLM Prompt Detection in Python
Building a malicious prompt detector using traditional ML classifiers in sklearn, trained on Deepset's prompt-injection dataset.
-
Continual Learning: Which metrics are important?
Ranking the most valuable metrics for monitoring deployed ML models, from user feedback to distribution drift.