I am stil facing issues regarding create_and_pool to upload files to the Vector Store. Is it something anyone else is also facing since yesterday evening?
file = client.files.create(file=open(file_path, "rb"), purpose=assistant)
vector_store_file = client.vector_stores.files.create_and_poll(vector_store_id=vector_store_id, file_id=file.id)
This is the code example I am using.
For Azure OpenAI:
“file_counts”: “FileCounts(cancelled=0, completed=0, failed=0, in_progress=3, total=3)”,
and for OpenAI python library:
“file_counts”: “FileCounts(cancelled=0, completed=0, failed=1, in_progress=0, total=1)”,
Where as both worked till yesterday 1700 CET