You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(embedders): default to text-embedding-3-small (5x cheaper than ada-002)
Switches default model for OpenAITextEmbedder, OpenAIDocumentEmbedder,
AzureOpenAITextEmbedder, and AzureOpenAIDocumentEmbedder from
text-embedding-ada-002 to text-embedding-3-small.
text-embedding-3-small is the previous-generation ada-002's successor:
~5x cheaper per token and higher MTEB scores per OpenAI's announcement
(https://openai.com/index/new-embedding-models-and-api-updates/).
Users can pin the old model explicitly via model= or azure_deployment=.
0 commit comments