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

Open-3Large-Embeddings has constructor pointing to small model #36

Closed
converseKarl opened this issue Apr 25, 2024 · 2 comments
Closed
Assignees
Labels
bug Something isn't working

Comments

@converseKarl
Copy link

this must be a bug?
export class OpenAi3LargeEmbeddings implements BaseEmbeddings {
private model: OpenAIEmbeddings;

constructor() {
    this.model = new OpenAIEmbeddings({ modelName: **'text-embedding-3-small',** maxConcurrency: 3, maxRetries: 5 });
}

also how do you import these models via import statement?

@adhityan
Copy link
Collaborator

Yes, this is a bug. Will address this in the next release/

@adhityan adhityan added the bug Something isn't working label Apr 26, 2024
@adhityan
Copy link
Collaborator

Addressed in version 0.0.68

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants