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
openai.WithEmbeddingModel("text-embedding-3-large") is incorrectly returning embeddings of length 1536which is the default embedding length for models, "text-embedding-3-small" and "ada-002".
Unintuitively setting the option openai.WithModel("text-embedding-3-large") correctly returns embeddings of length 3072.