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

release: 4.91.0 #1429

Conversation

stainless-app[bot]
Copy link
Contributor

@stainless-app stainless-app bot commented Mar 27, 2025

Automated Release PR

4.91.0 (2025-03-31)

Full Changelog: v4.90.0...v4.91.0

Features

  • api: add get /responses/{response_id}/input_items endpoint (ef0e0ac)

Performance Improvements


This pull request is managed by Stainless's GitHub App.

The semver version number is based on included commit messages. Alternatively, you can manually set the version number in the title of this pull request.

For a better experience, it is recommended to use either rebase-merge or squash-merge when merging this pull request.

🔗 Stainless website
📚 Read the docs
🙋 Reach out for help or questions

@stainless-app stainless-app bot requested a review from a team as a code owner March 27, 2025 19:42
@stainless-app stainless-app bot enabled auto-merge (rebase) March 27, 2025 19:42
@stainless-app stainless-app bot force-pushed the release-please--branches--master--changes--next--components--openai branch 5 times, most recently from 69d8083 to ce2157b Compare March 31, 2025 05:07
stainless-app bot and others added 2 commits March 31, 2025 14:57
* perf(embedding): always request embedding creation as base64

Requesting base64 encoded embeddings returns smaller body sizes, on average ~60% smaller than float32 encoded. In other words, the size of the response body containing embeddings in float32 is ~2.3x bigger than base64 encoded embedding.

We always request embedding creating encoded as base64, and then decoded them to float32 based on the user's provided encoding_format parameter.

Closes #1310

Co-authored-by: Robert Craigie <[email protected]>
@stainless-app stainless-app bot force-pushed the release-please--branches--master--changes--next--components--openai branch 2 times, most recently from 6ae66cf to e54530e Compare March 31, 2025 14:58
@stainless-app stainless-app bot merged commit ca69782 into master Mar 31, 2025
5 checks passed
Copy link
Contributor Author

stainless-app bot commented Mar 31, 2025

🤖 Release is at https://github.com/openai/openai-node/releases/tag/v4.91.0 🌻

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Perf: Improve vector embeddings creation by 60%
2 participants