I’ve found a reproducible issue with file uploads to Vector Stores:
Steps to reproduce
-
Go to API → Storage → Vector Stores and create a new test store.
-
Click Add and upload any small file (I used a 30 KB
.txt). -
The UI confirms “File uploaded successfully.”
-
Refresh the page.
Observed behavior
-
The file never appears in the list, even after waiting 3-4 hours.
-
Calling the file-status endpoint shows the upload stuck at
"status": "in_progress"for the entire time.
Expected behavior
The file should finish processing and show up in the Vector Store within a reasonable period.