be -> feel

This commit is contained in:
Ted Sanders 2023-06-16 15:48:36 -07:00
parent 9ada754100
commit 02833d22bb

View File

@ -7,7 +7,7 @@
"source": [
"# Search augmented by query generation and embeddings reranking\n",
"\n",
"Searching for relevant information can sometimes be like looking for a needle in a haystack, but dont despair, GPTs can actually do a lot of this work for us. In this guide we explore a way to augment existing search systems with various AI techniques, helping us sift through the noise.\n",
"Searching for relevant information can sometimes feel like looking for a needle in a haystack, but dont despair, GPTs can actually do a lot of this work for us. In this guide we explore a way to augment existing search systems with various AI techniques, helping us sift through the noise.\n",
"\n",
"There are two prominent approaches to using language models for information retrieval:\n",
"\n",