Debug your RAG application using Hamming.
Install ChromaDB locally
Populate ChromaDB with a set of documents
Create a Q/A dataset of scenarios
Modify the evaluation script for RAG
answerQuestion
function:Instrument the code with traces
hamming.tracing
API.Compute the RAG scores
Install ChromaDB locally
Populate ChromaDB with a set of documents
Create a Q/A dataset of scenarios
Modify the evaluation script for RAG
answer_question
function:Instrument the code with traces
hamming.tracing
API.Compute the RAG scores