` vector_stores =client.beta.vector_stores.list()` instead of `vector_stores = client.vector_stores.list()`

https://platform.openai.com/docs/api-reference/vector-stores/create
In the documentation for the vector-stores API explanation, there appears to be a mistake. The correct method should be client.beta.vector_stores.list() instead of vector_stores = client.vector_stores.list()

1 Like

Thanks for highlighting this! We’re fixing it now!

Let us know if you find any other documentation inconsistencies :pray: