cloudflare-vector-search icon indicating copy to clipboard operation
cloudflare-vector-search copied to clipboard

[Feature suggestion] - Consider Cloudflare Queues for batching

Open altryne opened this issue 2 years ago • 1 comments

Haven't yet taking a deeper look, but given the existence of Cloudflare Queues, which support queueing up jobs, and this library batching of large documents, could be a great addition to add queues to the wrangler.toml file.

It will involve a bit more from the user, namely creating the queues (can be automated with a bash script or user instructions)

wrangler queues create batch_vector_storage

But it should in theory make this be able to process huge documents without additional extra pieces

altryne avatar May 08 '23 14:05 altryne

Interesting idea!

maccman avatar May 08 '23 14:05 maccman