You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a general gap where processing & indexing large documents takes time, and we lack the primitives to perform this in background jobs. Hence, the error occurs due to timeout when indexing large documents into memory bank.
It is not a trivial thing to fix as we will first need to enable (1) ability for background jobs processing (e.g. Jobs API) to be able to index large documents in background, (2) ability to support large files (e.g. via remote data storage connectors).
System Info
Information
🐛 Describe the bug
I've created a repro here: https://github.com/aidando73/llama-stack/blob/ae54376bbbf9350d8822f673261a71bb1037c939/repro.ipynb
tl;dr: when uploading multiple long documents (for me about 9) - runs into 500 error
Error logs
See repro: https://github.com/aidando73/llama-stack/blob/ae54376bbbf9350d8822f673261a71bb1037c939/repro.ipynb
Expected behavior
No 500 error. Uploads successfully.
The text was updated successfully, but these errors were encountered: