When using the retrieval API for polling Vector store status after creating a vector store, the following error appears frequently from the API as well as when browsing and selecting vector stores from the OpenAI management web portal.
An unexpected error occurred: Failed to retrieve vector store.
I currently workaround this in the API by catching the error and retrying/polling after a certain interval.
Error storing data: BadRequestError: 400 Invalid ‘vector_store_id’: ‘[object Object]’. Expected an ID that contains letters, numbers, underscores, or dashes, but this value contained additional characters.
anybody got this error, I am getting the correct vectorId and formate, still it is giving error.