summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2024-05-08 01:11:56 +0200
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2024-05-08 01:11:56 +0200
commit441d38e5be98fc7f060f1221181cc9f8c130cdba (patch)
tree0208af534e7e3d877e59d82da293cff74a7fd98d
parentd5c62654400ffc063c74a14b60c3cf1ed6028fcb (diff)
Update presentation
-rw-r--r--docs/rag.md11
1 files changed, 7 insertions, 4 deletions
diff --git a/docs/rag.md b/docs/rag.md
index d573f06..d52f08c 100644
--- a/docs/rag.md
+++ b/docs/rag.md
@@ -26,6 +26,7 @@
{pause up}
+{#rag}
<center>
<img src="https://qdrant.tech/articles_data/what-is-rag-in-ai/rag-system.jpg" alt="image" width="1024" height="auto">
</center>
@@ -47,18 +48,20 @@ of good quality, e.g. the contents pages of a book
</center>
{pause up}
-{the attributes}
# Reranker
-{pause left}
-
<center>
<img src="https://cdn.sanity.io/images/vr8gru94/production/906c3c0f8fe637840f134dbf966839ef89ac7242-3443x1641.png" alt="image" width="1024" height="auto">
</center>
{pause up}
+A common reranking model is the cross encoder:
+
<center>
-<img src="https://cdn.sanity.io/images/vr8gru94/production/4509817116ab72e27bae809c38cb48fbf1578b5d-2760x1420.png" alt="image" width="1024" height="auto">
+<img src="https://cdn.sanity.io/images/vr8gru94/production/9f0d2f75571bb58eecf2520a23d300a5fc5b1e2c-2440x1100.png" alt="image" width="1024" height="auto">
</center>
+
+We plug this reranking model into the rag pipeline...
+{pause up-at-unpause=rag}