Skip to content

Commit 72e2440

Browse files
authored
Merge pull request #268118 from MicrosoftDocs/main
3/5/2024 AM Publish
2 parents 755607e + 969260b commit 72e2440

File tree

66 files changed

+948
-831
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

66 files changed

+948
-831
lines changed

.openpublishing.redirection.azure-monitor.json

Lines changed: 316 additions & 316 deletions
Large diffs are not rendered by default.

.whatsnew/.application-management.json

Lines changed: 0 additions & 24 deletions
This file was deleted.

.whatsnew/.application-provisioning.json

Lines changed: 0 additions & 24 deletions
This file was deleted.

.whatsnew/.application-proxy.json

Lines changed: 0 additions & 24 deletions
This file was deleted.

.whatsnew/.external-identities-ciam.json

Lines changed: 0 additions & 24 deletions
This file was deleted.

.whatsnew/.external-identities.json

Lines changed: 0 additions & 24 deletions
This file was deleted.

.whatsnew/.microsoft-identity-platform.json

Lines changed: 0 additions & 24 deletions
This file was deleted.

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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](../../../cosmos-db/mongodb/vcore/vector-search.md) or [Azure Database for PostgreSQL - Flexible Server](../../../postgresql/flexible-server/how-to-use-pgvector.md).
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](../../../cosmos-db/mongodb/vcore/vector-search.md) , [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](../../../postgresql/flexible-server/how-to-use-pgvector.md).
1919

2020
## Embedding models
2121

@@ -38,4 +38,4 @@ An alternative method of identifying similar documents is to count the number of
3838
## Next steps
3939

4040
* Learn more about using Azure OpenAI and embeddings to perform document search with our [embeddings tutorial](../tutorials/embeddings.md).
41-
* Store your embeddings and perform vector (similarity) search using [Azure Cosmos DB for MongoDB vCore](../../../cosmos-db/mongodb/vcore/vector-search.md), [Azure Cosmos DB for NoSQL](../../../cosmos-db/rag-data-openai.md) or [Azure Database for PostgreSQL - Flexible Server](../../../postgresql/flexible-server/how-to-use-pgvector.md).
41+
* Store your embeddings and perform vector (similarity) search using [Azure Cosmos DB for MongoDB vCore](../../../cosmos-db/mongodb/vcore/vector-search.md), [Azure Cosmos DB for NoSQL](../../../cosmos-db/rag-data-openai.md) , [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](../../../postgresql/flexible-server/how-to-use-pgvector.md).

articles/ai-services/openai/tutorials/embeddings.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ Learn more about Azure OpenAI's models:
5252
* Store your embeddings and perform vector (similarity) search using your choice of Azure service:
5353
* [Azure AI Search](../../../search/vector-search-overview.md)
5454
* [Azure Cosmos DB for MongoDB vCore](../../../cosmos-db/mongodb/vcore/vector-search.md)
55+
* [Azure SQL Database](/azure/azure-sql/database/ai-artificial-intelligence-intelligent-applications?view=azuresql&preserve-view=true#vector-search)
5556
* [Azure Cosmos DB for NoSQL](../../../cosmos-db/vector-search.md)
5657
* [Azure Cosmos DB for PostgreSQL](../../../cosmos-db/postgresql/howto-use-pgvector.md)
5758
* [Azure Cache for Redis](../../../azure-cache-for-redis/cache-tutorial-vector-similarity.md)

articles/aks/azure-csi-blob-storage-provision.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,9 @@ For more information on Kubernetes volumes, see [Storage options for application
3535

3636
This section provides guidance for cluster administrators who want to provision one or more persistent volumes that include details of Blob storage for use by a workload. A persistent volume claim (PVC) uses the storage class object to dynamically provision an Azure Blob storage container.
3737

38-
### Dynamic provisioning parameters
38+
### Storage class parameters for dynamic PersistentVolumes
39+
40+
The following table includes parameters you can use to define a custom storage class for your PersistentVolumeClaim.
3941

4042
|Name | Description | Example | Mandatory | Default value|
4143
|--- | --- | --- | --- | --- |
@@ -240,7 +242,9 @@ In this example, the following manifest configures using blobfuse and mounts a B
240242

241243
This section provides guidance for cluster administrators who want to create one or more persistent volumes that include details of Blob storage for use by a workload.
242244

243-
### Static provisioning parameters
245+
### Static provisioning parameters for PersistentVolume
246+
247+
The following table includes parameters you can use to define a PersistentVolume.
244248

245249
|Name | Description | Example | Mandatory | Default value|
246250
|--- | --- | --- | --- | ---|

0 commit comments

Comments
 (0)