Skip to content

Commit 02b4a2d

Browse files
authored
Fixing a typo
1 parent 2746eac commit 02b4a2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

08-building-search-applications/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Here is an example of a semantic search. Let's say you were looking to buy a car
4747

4848
[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.
4949

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

5252
```text
5353
Today we are going to learn about Azure Machine Learning.

0 commit comments

Comments
 (0)