Back to explore

Community practice: classifying RAG passages with Jev

Marlene shares hands-on experience using Jev to classify RAG passages: Jev returns multiple probabilities per passage (e.g., relevance and whether it contains the answer), which guide keep/drop decisions. She is also testing it for compaction in the copilot SDK.

I like this approach to RAG with Jev. For each passage, Jev returns 4 probabilities like: P(relevant) < 0.45 → drop P(has answer) > 0.55 → keep It keeps or drops based on probability! https://docs.typesafe.ai/cookbooks/classifying_rag_passages… I've been trying it out for compaction in copilot sdk...

Community practice: classifying RAG passages with Jev 1
· 5 likesOpen on X