Skip to content

Commit 9b4a2b7

Browse files
committed
Merge branch 'main' into release-document-intelligence-restructure
2 parents 6e39e39 + 5108d16 commit 9b4a2b7

13 files changed

+219
-177
lines changed

articles/ai-services/language-service/concepts/model-lifecycle.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,11 @@ Use the table below to find which model versions are supported by each feature:
4343
| Entity Linking | `latest*` | |
4444
| Named Entity Recognition (NER) | `latest*` | `2023-04-15-preview**` |
4545
| Personally Identifiable Information (PII) detection | `latest*` | `2023-04-15-preview**` |
46-
| PII detection for conversations (Preview) | `latest*` | `2023-04-15-preview**` |
46+
| PII detection for conversations | `latest*` | `2023-04-15-preview**` |
4747
| Question answering | `latest*` | |
4848
| Text Analytics for health | `latest*` | `2022-08-15-preview`, `2023-01-01-preview**`|
4949
| Key phrase extraction | `latest*` | |
50-
| Summarization | `latest*` | |
50+
| Summarization | `latest*` | |
5151

5252

5353
\* Latest Generally Available (GA) model version

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

Lines changed: 2 additions & 2 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/05/2024
9+
ms.date: 10/6/2024
1010
author: mrbullwinkle
1111
ms.author: mbullwin
1212
recommendations: false
@@ -15,7 +15,7 @@ ms.custom:
1515

1616
# Understand embeddings in Azure OpenAI Service
1717

18-
An embedding is a special format of data representation that machine learning models and algorithms can easily use. The embedding is an information dense representation of the semantic meaning of a piece of text. Each embedding is a vector of floating-point numbers, such that the distance between two embeddings in the vector space is correlated with semantic similarity between two inputs in the original format. For example, if two texts are similar, then their vector representations should also be similar. Embeddings power vector similarity search in Azure Databases such as [Azure Cosmos DB for MongoDB vCore](/azure/cosmos-db/mongodb/vcore/vector-search) , [Azure SQL Database](/azure/azure-sql/database/ai-artificial-intelligence-intelligent-applications?view=azuresql&preserve-view=true#vector-search) or [Azure Database for PostgreSQL - Flexible Server](/azure/postgresql/flexible-server/how-to-use-pgvector).
18+
An embedding is a special format of data representation that machine learning models and algorithms can easily use. The embedding is an information dense representation of the semantic meaning of a piece of text. Each embedding is a vector of floating-point numbers, such that the distance between two embeddings in the vector space is correlated with semantic similarity between two inputs in the original format. For example, if two texts are similar, then their vector representations should also be similar. Embeddings power vector similarity search in retrieval systems such as [Azure AI Search](/azure/search) (recommended) and in Azure databases such as [Azure Cosmos DB for MongoDB vCore](/azure/cosmos-db/mongodb/vcore/vector-search) , [Azure SQL Database](/azure/azure-sql/database/ai-artificial-intelligence-intelligent-applications?view=azuresql&preserve-view=true#vector-search), and [Azure Database for PostgreSQL - Flexible Server](/azure/postgresql/flexible-server/how-to-use-pgvector).
1919

2020
## Embedding models
2121

articles/machine-learning/concept-automl-forecasting-sweeping.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ AutoML follows the usual cross-validation procedure, training a separate model o
6666

6767
Cross-validation for forecasting jobs is configured by setting the number of cross-validation folds, and optionally, the number of time periods between two consecutive cross-validation folds. For more information and an example of configuring cross-validation for forecasting, see [Custom cross-validation settings](how-to-auto-train-forecast.md#custom-cross-validation-settings).
6868

69-
You can also bring your own validation data. For more information, see [Configure training, validation, cross-validation, and test data in AutoML (SDK v1)](./v1/how-to-configure-cross-validation-data-splits.md#provide-validation-data).
69+
You can also bring your own validation data. For more information, see [Configure training, validation, cross-validation, and test data in AutoML (SDK v1)](./v1/how-to-configure-cross-validation-data-splits.md#provide-validation-dataset).
7070

7171
## Related content
7272

0 commit comments

Comments
 (0)