Cloudflare DevelopersCD
Cloudflare Developers10mo ago
3 replies
Nick

Hi Vectorize team,

Hi Vectorize team,

I’m really enjoying Vectorize—great work on building it! I’m running into issues though with metadata filtering on a number field.

Issue: I have two indexes with ~3M vectors each, with each vector representing a document. I have a metadata index on the field "authored" which contains a UNIX timestamp representing the date of authorship. Doing a query on date ranges like 1970-1979 or 1939-1955 consistently causes a 504 error (code 7009: upstream unavailable) after a long wait. Without the filter, queries work fine. Ranges of 5 years or less usually work, but not always.

What’s happening: It seems like filtering on number fields ($gt and $lt) with large result sets triggers a timeout.

Request: Could you investigate this? It’d be awesome to know any limits on metadata filtering and if this can be fixed in the future.

Thanks for your help and for making a solid product!

-Nick
Was this page helpful?