Hello OpenAI Support,
I am frequently encountering the following issue while using the Assistant API in my NestJS project:
400 Bad Request: Vector store size limit reached
Context:
- I’m creating assistants with uploaded files using the Assistant API.
- These files are linked via a vector store.
- The issue arises during assistant creation or file uploads.
- The only workaround so far is manually deleting old vector stores, after which it works again temporarily.
Questions:
- What is the vector store size limit (in number of files or total size)?
- Is there a best practice to manage or clean up vector stores automatically?
- Can I increase this limit for my organization or use a shared vector store for multiple assistants?
Please advise on how to avoid this issue going forward.
Thanks,