Skip to content

Commit

Permalink
Merge pull request #207 from peterj:main
Browse files Browse the repository at this point in the history
Fixing a typo
  • Loading branch information
koreyspace authored Nov 27, 2023
2 parents 2746eac + 02b4a2d commit 2efb33d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 08-building-search-applications/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Here is an example of a semantic search. Let's say you were looking to buy a car

[Text embeddings](https://en.wikipedia.org/wiki/Word_embedding?WT.mc_id=academic-105485-koreyst) are a text representation technique used in [natural language processing](https://en.wikipedia.org/wiki/Natural_language_processing?WT.mc_id=academic-105485-koreyst). Text embeddings are semantic numerical representations of text. Embeddings are used to represent data in a way that is easy for a machine to understand. There are many models for building text embeddings, in this lesson, we will focus on generating embeddings using the OpenAI Embedding Model.

Here's an example, image the following text is in a transcript from one of the episodes on the AI Show YouTube channel:
Here's an example, imagine the following text is in a transcript from one of the episodes on the AI Show YouTube channel:

```text
Today we are going to learn about Azure Machine Learning.
Expand Down

0 comments on commit 2efb33d

Please sign in to comment.