From 1717d89163df8a54d27c7ce9e554e7369a9e7547 Mon Sep 17 00:00:00 2001 From: Sonny Li Date: Thu, 23 May 2024 11:57:02 -0400 Subject: [PATCH] Update build-a-custom-search-engine-with-exaai.mdx --- .../build-a-custom-search-engine-with-exaai.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/build-a-custom-search-engine-with-exaai/build-a-custom-search-engine-with-exaai.mdx b/projects/build-a-custom-search-engine-with-exaai/build-a-custom-search-engine-with-exaai.mdx index 4d4bc070..d5768c94 100644 --- a/projects/build-a-custom-search-engine-with-exaai/build-a-custom-search-engine-with-exaai.mdx +++ b/projects/build-a-custom-search-engine-with-exaai/build-a-custom-search-engine-with-exaai.mdx @@ -152,7 +152,7 @@ This is where the fun customization begins! ✨💖 For this tutorial, you'll learn how to search TikTok to obtain top coffee drink accounts! -In our case, we will want only the top 5 search results, and only from TikTok [https://www.tiktok.com](https://www.tiktok.com/). Additionally, we're going to treat our search function like a keyword, so we need to declare that as well! +In our case, we will want only the top 5 search results, and only from [https://www.tiktok.com](https://www.tiktok.com). Additionally, we're going to treat our search function like a keyword, so we need to declare that as well! Let's go ahead and use the Exa parameters to accomplish this. To display this, let's also add a print statement at the end of our file to search!