Skip to content

Commit 6458025

Browse files
author
Ikko Eltociear Ashimine
authored
Fix typo in hyde.ipynb (#688)
therefor -> therefore
1 parent e04b063 commit 6458025

File tree

1 file changed

+1
-1
lines changed
  • docs/modules/utils/combine_docs_examples

1 file changed

+1
-1
lines changed

docs/modules/utils/combine_docs_examples/hyde.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"\n",
1111
"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",
1212
"\n",
13-
"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."
13+
"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."
1414
]
1515
},
1616
{

0 commit comments

Comments
 (0)