#Vector Store File Attachment Not Working

1 messages · Page 1 of 1 (latest)

late torrentBOT
#

Reported by @solar carbon

Bug Report: Vector Store File Attachment Not Working
`Steps to Reproduce`

Currently using Typescript SDK v5.12.1
Upload a file via the SDK, verify the file is loaded (for reference its a 37KB .md file)
Create a vector store using the uploaded file
Wait ???? (1 min, 2 min, 5 min)
File remains "in progress" indefinitely
Cry

`Expected Result`

File is attached to the vector store
Rest of my pipeline runs
Customers are happy (?)

`Actual Result`

vector store status forever:
file_counts: { in_progress: 1, completed: 0, failed: 0, cancelled: 0, total: 1 },
status: 'in_progress',

`Environment`

Typescript SDK v5.12.1