From 64580259d09bf60de00720712e6fad8e8e4105c7 Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Mon, 23 Jan 2023 01:21:31 +0900 Subject: [PATCH] Fix typo in hyde.ipynb (#688) therefor -> therefore --- docs/modules/utils/combine_docs_examples/hyde.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/modules/utils/combine_docs_examples/hyde.ipynb b/docs/modules/utils/combine_docs_examples/hyde.ipynb index bf4789e22dd..1efbe5f6537 100644 --- a/docs/modules/utils/combine_docs_examples/hyde.ipynb +++ b/docs/modules/utils/combine_docs_examples/hyde.ipynb @@ -10,7 +10,7 @@ "\n", "At a high level, HyDE is an embedding technique that takes queries, generates a hypothetical answer, and then embeds that generated document and uses that as the final example. \n", "\n", - "In order to use HyDE, we therefor need to provide a base embedding model, as well as an LLMChain that can be used to generate those documents. By default, the HyDE class comes with some default prompts to use (see the paper for more details on them), but we can also create our own." + "In order to use HyDE, we therefore need to provide a base embedding model, as well as an LLMChain that can be used to generate those documents. By default, the HyDE class comes with some default prompts to use (see the paper for more details on them), but we can also create our own." ] }, {