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.
The text was updated successfully, but these errors were encountered:
openai.WithEmbeddingModel("text-embedding-3-large")
is incorrectly returning embeddings of length1536
which 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 length3072
.The text was updated successfully, but these errors were encountered: