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

Add default value for ai::EmbeddingModel::embedding_model_max_batch_tokens #8406

Merged
merged 2 commits into from
Feb 27, 2025

Conversation

dnwpark
Copy link
Contributor

@dnwpark dnwpark commented Feb 26, 2025

The default value is '8191' to match OpenAI.

close #8400

@dnwpark dnwpark requested a review from aljazerzen February 26, 2025 23:00
Copy link

github-actions bot commented Feb 26, 2025

Docs preview deploy

✅ Successfully deployed docs preview for commit 6c39982:

https://edgedb-docs-p7krakih2-edgedb.vercel.app

(Last updated: Feb 26, 2025, 23:46:52 UTC)

@msullivan
Copy link
Member

Tag for backport?

@dnwpark dnwpark added the to-backport-6.x PRs that *should* be backported to 6.x label Feb 26, 2025
@dnwpark dnwpark force-pushed the ai-ext-default-value branch from c748664 to 6c39982 Compare February 26, 2025 23:43
@dnwpark dnwpark merged commit e4238a7 into master Feb 27, 2025
25 checks passed
@dnwpark dnwpark deleted the ai-ext-default-value branch February 27, 2025 15:19
@msullivan msullivan added backported-6.x PRs that *have* been backported to 6.x and removed to-backport-6.x PRs that *should* be backported to 6.x labels Feb 28, 2025
msullivan pushed a commit that referenced this pull request Feb 28, 2025
…okens (#8406)

The default value is `'8191'` to match OpenAI.
msullivan pushed a commit that referenced this pull request Mar 1, 2025
…okens (#8406)

The default value is `'8191'` to match OpenAI.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backported-6.x PRs that *have* been backported to 6.x
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Breaking change in 6.0 in ext::ai
2 participants