I’m trying to delete a file from a vector_store, but firts I need to show a list of the available documents to remove. So I’m using the structure: self.client.beta.vector_stores.files …
This is generating the error ‘Beta’ object has no attribute ‘vector_stores’. For which I undestant that I can no longer use “beta.vector_sotores.” Any idea on what do I have to use now?
The rest of assistants is unlikely to leave beta or progress much, as Responses should be the target of future OpenAI improvements to bring new threads-like features.
This is just a change in SDK libraries that should have had duplicated or aliased vector store methods so as to not break existing applications.