Reader

GenAI Patterns: Reranker

| Martin Fowler | Default

LLMs struggle with large amounts of context. Bharani Subramaniam and I explain how to mitigate this common RAG problem with a Reranker which takes the document fragments from the retriever, and ranks them according to their usefulness.

more…