You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to use the new vector store support in OpenAI's Assistants API (file_search with vector_store_ids), but the Python SDK (v1.78.0) does not expose the vector_stores attribute under client.beta.
What I expected
According to the documentation, I should be able to:
Uh oh!
There was an error while loading. Please reload this page.
Describe the bug
Summary
I'm trying to use the new vector store support in OpenAI's Assistants API (file_search with vector_store_ids), but the Python SDK (v1.78.0) does not expose the
vector_stores
attribute underclient.beta
.What I expected
According to the documentation, I should be able to:
And use it with:
What happened
However, the following fails:
No vector_store
The SDK version is:
I've tried installing from main, clearing cache, and reinstalling — the attribute is still missing.
Expected outcome
It would be great to:
expose vector_stores under client.beta
provide example usage (as shown in API reference)
clarify whether SDK support is delayed or upcoming
To Reproduce
OS
macOS
Python version
Python v3.11
Library version
openai v1.78.0
The text was updated successfully, but these errors were encountered: