Launched: Metadata filtering

Hi folks, it's a fun day because metadata filtering is now available with Vectorize! Check out the docs here, https://developers.cloudflare.com/vectorize/learning/metadata-filtering/. Happy building and please share any feedback or issues!
Metadata filtering · Vectorize
In addition to providing an input vector to your query, you can also filter by vector metadata associated with every vector. Query results only …
8 Replies
elithrar
elithrar14mo ago
@Vectorize
Unknown User
Unknown User14mo ago
Message Not Public
Sign In & Join Server To View
ken
ken14mo ago
That's really nice! Would love to see other operators are coming (gt/gte, lt/let)
Operators: $eq (equals), $ne (not equals)
Do you have a plan to support array here as well?
filter object non-nested values can be string, number, boolean, or null values
It probably means to support $in and $nin in the future
elithrar
elithrar14mo ago
Are you using these operators/functionality elsewhere at the moment?
ken
ken14mo ago
yes, when metadata filter is integer then having >, >=, <, <= is really nice (like price range buckets or metrics histogram buckets)
Unknown User
Unknown User14mo ago
Message Not Public
Sign In & Join Server To View
Frank
Frank14mo ago
assume namespace filtering reduces search space. does this apply to metadata filtering? be nice to have docs on namesapce vs metadata filter. fomer addresses probability of a hot partition, latter does general filtering?
Vy
VyOP13mo ago
namespace filtering is applied before any metadata filters. thanks for docs feedback, working to address those gaps

Did you find this page helpful?