makes title formatting consistent with other examples

This commit is contained in:
Ted Sanders 2023-06-16 15:39:04 -07:00
parent c698231ef2
commit dafd562811

View File

@ -5,9 +5,7 @@
"cell_type": "markdown", "cell_type": "markdown",
"metadata": {}, "metadata": {},
"source": [ "source": [
"# Search Augmented\n", "# Search augmented by query generation and embeddings reranking\n",
"\n",
"### by Query Generation and Embeddings Reranking\n",
"\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 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",
"\n", "\n",