Skip to content

Commit

Permalink
Update build-a-custom-search-engine-with-exa-ai.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
sonnynomnom committed May 24, 2024
1 parent 66724f9 commit 75d36b5
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,9 @@ In this tutorial, we'll build a custom search engine using an API with LLM capab

LLMs leverage deep learning techniques to generate text, translate languages, answer questions, and so much more. The model estimates the probability of a token or a sequence of tokens in a sequence. A token refers to a unit of language extracted from a larger piece of text.

However, accessing LLMs is a little tricky since training models is both time-consuming and expensive. APIs solve this. APIs serve as a tool to access NLP tasks, such as text generation, translation, summarization, and more, which we'll explore today! Let's learn how we can even build our very own custom search engine! 👀
However, accessing LLMs is a little tricky since training models is both time-consuming and expensive. APIs solve this. APIs serve as a tool to access NLP tasks, such as text generation, translation, summarization, and more, which we'll explore today!

Let's learn how we can even build our very own custom search engine! 👀

### Exa API

Expand Down

0 comments on commit 75d36b5

Please sign in to comment.