feat: restore beta.vector_stores alias and fix vision README example#3216
Open
zuhabul wants to merge 2 commits intoopenai:mainfrom
Open
feat: restore beta.vector_stores alias and fix vision README example#3216zuhabul wants to merge 2 commits intoopenai:mainfrom
zuhabul wants to merge 2 commits intoopenai:mainfrom
Conversation
Use a smaller Wikimedia thumbnail in the vision example to avoid image fetch failures caused by oversized remote assets. Closes openai#2776 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
There was a problem hiding this comment.
Pull request overview
This PR updates the Vision example in the root README to use a smaller Wikimedia image URL, reducing the chance of download/size-related request failures when users run the example (as reported in #2776).
Changes:
- Replaced the Vision example image URL from a 1599px variant to a 440px variant to reduce payload/download size.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Reintroduce client.beta.vector_stores as a backwards-compatible alias to client.vector_stores for both sync and async clients, including raw and streaming wrappers. Adds targeted client tests for alias behavior. Closes openai#2451 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This was referenced May 9, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Why
client.beta.vector_storesNot Exposed in Python SDK Despite Documentation (v1.93.2) #2451Closes #2451
Closes #2776