Skip to content

Commit 0a16ba0

Browse files
committed
Minor correction to Embeddings model family description
1 parent 34ca5dc commit 0a16ba0

File tree

1 file changed

+1
-1
lines changed
  • articles/cognitive-services/openai/concepts

1 file changed

+1
-1
lines changed

articles/cognitive-services/openai/concepts/models.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ The service provides access to many different models, grouped by family and capa
2121
|--|--|
2222
| [GPT-3](#gpt-3-models) | A series of models that can understand and generate natural language. |
2323
| [Codex](#codex-models) | A series of models that can understand and generate code, including translating natural language to code. |
24-
| [Embeddings](#embeddings-models) | A set of models that can understand and use embeddings. An embedding is a special format of data representation that can be easily utilized by machine learning models and algorithms. The embedding is an information dense representation of the semantic meaning of a piece of text. Currently, we offer three families of Embeddings models for different functionalities: text search, text similarity, and code search. |
24+
| [Embeddings](#embeddings-models) | A set of models that can understand and use embeddings. An embedding is a special format of data representation that can be easily utilized by machine learning models and algorithms. The embedding is an information dense representation of the semantic meaning of a piece of text. Currently, we offer three families of Embeddings models for different functionalities: similarity, text search, and code search. |
2525

2626
## Model capabilities
2727

0 commit comments

Comments
 (0)