AIFoundryModel.OpenAI.TextEmbeddingAda002 Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
text-embedding-ada-002 outperforms all the earlier embedding models on text search, code search, and sentence similarity tasks and gets comparable performance on text classification. Embeddings are numerical representations of concepts converted to number sequences, which make it easy for computers to understand the relationships between those concepts. Note: this model can be deployed for inference, specifically for embeddings, but cannot be finetuned. ## Model variation text-embedding-ada-002 is part of gpt-3 model family. Learn more at <https://free.blessedness.top/azure/cognitive-services/openai/concepts/models#embeddings-models>
public static readonly Aspire.Hosting.Azure.AIFoundryModel TextEmbeddingAda002;
staticval mutable TextEmbeddingAda002 : Aspire.Hosting.Azure.AIFoundryModel
Public Shared ReadOnly TextEmbeddingAda002 As AIFoundryModel