Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make text-embedding-3-large the default embedding model #775

Merged
merged 3 commits into from
Dec 5, 2024

Conversation

sanjay920
Copy link
Contributor

text-embedding-3-large is much better than text-embedding-3-small. It should be the default embedding model.

pgvector does have a max dim limit of 2000 so the following changes are necessary before merging this PR in: obot-platform/tools#258

@@ -25,7 +25,7 @@ items:
spec:
manifest:
alias: text-embedding
model: text-embedding-3-small
model: text-embedding-3-large
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This won't update currently deployed environments, but this is the right change.

@cjellick
Copy link
Contributor

cjellick commented Dec 5, 2024

@thedadams will this change be nullified by the model changes you and ivy are making?

@thedadams
Copy link
Contributor

If I understand correctly, for OpenAI, we were still going to hard-code the suggested default models. This would need to be included there.

I guess the point is: after today, this change will no longer achieve its goal.

@sanjay920 sanjay920 merged commit ab0b558 into obot-platform:main Dec 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants