Skip to content

docs: fix vector store helper paths#3137

Open
nightcityblade wants to merge 1 commit intoopenai:mainfrom
nightcityblade:fix/issue-2451-docs-path
Open

docs: fix vector store helper paths#3137
nightcityblade wants to merge 1 commit intoopenai:mainfrom
nightcityblade:fix/issue-2451-docs-path

Conversation

@nightcityblade
Copy link
Copy Markdown

  • I understand that this repository is auto-generated and my pull request may not be merged

Changes being requested

Fix the helper examples in helpers.md to use client.vector_stores... instead of client.beta.vector_stores....

This matches the generated client surface in src/openai/_client.py and api.md, where vector stores are exposed as a top-level client resource rather than under beta.

Fixes #2451

Additional context & links

I also did a local sanity check against the repo source to confirm:

  • OpenAI(...).vector_stores exists
  • OpenAI(...).beta.vector_stores does not exist

I did not change generated client code, only the outdated helper documentation.

@nightcityblade nightcityblade requested a review from a team as a code owner April 29, 2026 03:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

client.beta.vector_stores Not Exposed in Python SDK Despite Documentation (v1.93.2)

1 participant