We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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?
The text was updated successfully, but these errors were encountered:
Yes, this is a bug. Will address this in the next release/
Sorry, something went wrong.
Addressed in version 0.0.68
0.0.68
adhityan
No branches or pull requests
this must be a bug?
export class OpenAi3LargeEmbeddings implements BaseEmbeddings {
private model: OpenAIEmbeddings;
also how do you import these models via import statement?
The text was updated successfully, but these errors were encountered: