[Feature] Update embedding model to text-embedding-3-large
#16
Labels
enhancement
New feature or request
text-embedding-3-large
#16
Is this your first time submitting a feature request?
Describe the feature
This is a very minor request to update the embedding model used to
text-embedding-3-large
hereAs it's the most capable 3rd generation embedding model, it would be nice to see how it performs over
text-embedding-ada-002
Note:
3,072
, so the index would have to be recreated as such.text-embedding-3-large
is just slightly more expensive, at$0.13 / 1M tokens
, but nothing to write home about.Describe alternatives you've considered
text-embedding-3-small
can also be an option, as it's still has Increased performance over the 2nd generation ada embedding model and retains the vector dimension at1536
, so it would be a matter of just replacing the existing model in the code.Note:
text-embedding-3-small
is also much cheaper to use, at$0.02 / 1M tokens
Who will this benefit?
Embedding V3 large is the most capable embedding model for both english and non-english tasks, with expected precision increase in semantic search tasks.
Are you interested in contributing this feature?
Yes
Anything else?
Happy to make this change, if needed.
The text was updated successfully, but these errors were encountered: