Skip to content

Commit a8a5277

Browse files
committed
incorporate feedback
1 parent 8732151 commit a8a5277

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

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

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,10 @@ Cushman is powerful, yet fast. While Davinci is stronger when it comes to analyz
128128

129129
## Embeddings models
130130

131-
Currently, we offer three families of Embeddings models for different functionalities:
131+
> [!NOTE]
132+
> We strongly recommend using `text-embedding-ada-002 (Version 2)`. This model/version provides parity with OpenAI's `text-embedding-ada-002`. To learn more about the improvements offered by this model, please refer to [OpenAI's blog post](https://openai.com/blog/new-and-improved-embedding-model). Even if you are currently using Version 1 you should migrate to Version 2 to take advantage of the latest weights/updated token limit. Version 1 and Version 2 are not interchangeable, so document embedding and document search must be done using the same version of the model.
133+
134+
Currently, we offer three families of Embeddings models for different functionalities:
132135

133136
- [Similarity](#similarity-embedding)
134137
- [Text search](#text-search-embedding)
@@ -222,7 +225,7 @@ These models can only be used with Completions API requests.
222225
These models can only be used with Embedding API requests.
223226

224227
> [!NOTE]
225-
> We strongly recommend using `text-embedding-ada-002 (Version 2)`. It is the only model/version to provide parity with OpenAI's `text-embedding-ada-002`. To learn more about the improvements offered by this model, please refer to [OpenAI's blog post](https://openai.com/blog/new-and-improved-embedding-model). Even if you are currently using Version 1 you should migrate to Version 2 to take advantage of the latest weights/updated token limit. Version 1 and Version 2 are not interchangeable, so document embedding and document search must be done using the same version of the model.
228+
> We strongly recommend using `text-embedding-ada-002 (Version 2)`. This model/version provides parity with OpenAI's `text-embedding-ada-002`. To learn more about the improvements offered by this model, please refer to [OpenAI's blog post](https://openai.com/blog/new-and-improved-embedding-model). Even if you are currently using Version 1 you should migrate to Version 2 to take advantage of the latest weights/updated token limit. Version 1 and Version 2 are not interchangeable, so document embedding and document search must be done using the same version of the model.
226229
227230
| Model ID | Base model Regions | Fine-Tuning Regions | Max Request (tokens) | Training Data (up to) |
228231
| --- | --- | --- | --- | --- |

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ In this tutorial, you learn how to:
2929
> * Use [cosine similarity](../concepts/understand-embeddings.md) to rank search results.
3030
3131
> [!Important]
32-
> We strongly recommend using `text-embedding-ada-002 (Version 2)`. It is the only model/version to provide parity with OpenAI's `text-embedding-ada-002`. To learn more about the improvements offered by this model, please refer to [OpenAI's blog post](https://openai.com/blog/new-and-improved-embedding-model). Even if you are currently using Version 1 you should migrate to Version 2 to take advantage of the latest weights/updated token limit. Version 1 and Version 2 are not interchangeable, so document embedding and document search must be done using the same version of the model.
32+
> We strongly recommend using `text-embedding-ada-002 (Version 2)`. This model/version provides parity with OpenAI's `text-embedding-ada-002`. To learn more about the improvements offered by this model, please refer to [OpenAI's blog post](https://openai.com/blog/new-and-improved-embedding-model). Even if you are currently using Version 1 you should migrate to Version 2 to take advantage of the latest weights/updated token limit. Version 1 and Version 2 are not interchangeable, so document embedding and document search must be done using the same version of the model.
3333
3434
## Prerequisites
3535

0 commit comments

Comments
 (0)