Skip to content

Commit a9d86ab

Browse files
Merge pull request #141 from mrbullwinkle/mrb_09_05_2024_freshness
[Azure OpenAI]
2 parents c53b08b + 7720dd5 commit a9d86ab

File tree

5 files changed

+8
-14
lines changed

5 files changed

+8
-14
lines changed

articles/ai-services/openai/concepts/understand-embeddings.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description: Learn more about how the Azure OpenAI embeddings API uses cosine si
66
manager: nitinme
77
ms.service: azure-ai-openai
88
ms.topic: tutorial
9-
ms.date: 09/12/2023
9+
ms.date: 09/05/2024
1010
author: mrbullwinkle
1111
ms.author: mbullwin
1212
recommendations: false
@@ -19,17 +19,11 @@ An embedding is a special format of data representation that machine learning mo
1919

2020
## Embedding models
2121

22-
Different Azure OpenAI embedding models are created to be good at a particular task:
23-
24-
- **Similarity embeddings** are good at capturing semantic similarity between two or more pieces of text.
25-
- **Text search embeddings** help measure whether long documents are relevant to a short query.
26-
- **Code search embeddings** are useful for embedding code snippets and embedding natural language search queries.
27-
2822
Embeddings make it easier to do machine learning on large inputs representing words by capturing the semantic similarities in a vector space. Therefore, you can use embeddings to determine if two text chunks are semantically related or similar, and provide a score to assess similarity.
2923

3024
## Cosine similarity
3125

32-
Azure OpenAI embeddings rely on cosine similarity to compute similarity between documents and a query.
26+
Azure OpenAI embeddings often rely on cosine similarity to compute similarity between documents and a query.
3327

3428
From a mathematic perspective, cosine similarity measures the cosine of the angle between two vectors projected in a multidimensional space. This measurement is beneficial, because if two documents are far apart by Euclidean distance because of size, they could still have a smaller angle between them and therefore higher cosine similarity. For more information about cosine similarity equations, see [Cosine similarity](https://en.wikipedia.org/wiki/Cosine_similarity).
3529

articles/ai-services/openai/how-to/business-continuity-disaster-recovery.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description: Considerations for implementing Business Continuity and Disaster Re
66
manager: nitinme
77
ms.service: azure-ai-openai
88
ms.topic: how-to
9-
ms.date: 8/17/2023
9+
ms.date: 9/05/2024
1010
author: mrbullwinkle
1111
ms.author: mbullwin
1212
recommendations: false

articles/ai-services/openai/how-to/chatgpt.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.author: mbullwin #delegenz
77
ms.service: azure-ai-openai
88
ms.custom: build-2023, build-2023-dataai, devx-track-python
99
ms.topic: how-to
10-
ms.date: 04/05/2024
10+
ms.date: 09/05/2024
1111
manager: nitinme
1212
keywords: ChatGPT
1313
---

articles/ai-services/openai/how-to/integrate-synapseml.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ manager: nitinme
77
ms.service: azure-ai-openai
88
ms.custom: build-2023, build-2023-dataai
99
ms.topic: how-to
10-
ms.date: 09/01/2023
11-
author: ChrisHMSFT
12-
ms.author: chrhoder
10+
ms.date: 09/01/2024
11+
author: mrbullwinkle
12+
ms.author: mbullwin
1313
recommendations: false
1414
---
1515

articles/ai-services/openai/quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.custom: devx-track-dotnet, devx-track-python, devx-track-extended-java, devx-
99
ms.topic: quickstart
1010
author: mrbullwinkle
1111
ms.author: mbullwin
12-
ms.date: 08/23/2023
12+
ms.date: 09/05/2024
1313
zone_pivot_groups: openai-quickstart-new
1414
recommendations: false
1515
---

0 commit comments

Comments
 (0)