From c3530f1c110f144ee8919ec3b37dcdd473c97ed4 Mon Sep 17 00:00:00 2001 From: Lance Martin <122662504+rlancemartin@users.noreply.github.com> Date: Tue, 23 Jan 2024 13:23:08 -0800 Subject: [PATCH] templates: Minor nit on HyDE (#16478) --- templates/hyde/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/hyde/README.md b/templates/hyde/README.md index 8edfecb7f41..35ea291eca1 100644 --- a/templates/hyde/README.md +++ b/templates/hyde/README.md @@ -1,7 +1,7 @@ # hyde -This template HyDE with RAG. +This template uses HyDE with RAG. Hyde is a retrieval method that stands for Hypothetical Document Embeddings (HyDE). It is a method used to enhance retrieval by generating a hypothetical document for an incoming query.