I got error
‘Beta’ object has no attribute ‘vector_stores’
after upgrading to 1.66.0 today, it never had issue on the older version (my previous version was 1.65.5)
import openai
vector_store = openai.beta.vector_stores.create(name=vector_store_name)
Anyone ran into the same issue?