Just to put this one out there for CF—I am storing vectors with partially random keys (like `${uniqu

Just to put this one out there for CF—I am storing vectors with partially random keys (like ${uniqueId}:${randomId}, for chunking a piece of content under the token limit). I’d like to be able to, at some point, delete those items without having to guess where they are by supplying nearby vectors. I’m not fussy about how that would be fulfilled, but I like the syntax from KV where
get
just bulk-loads every item and allows a prefix.
Was this page helpful?