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 …
7 Replies
elithrar
elithrar7mo ago
@Vectorize
Unknown User
Unknown User7mo ago
Message Not Public
Sign In & Join Server To View
ken
ken7mo 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
elithrar7mo ago
Are you using these operators/functionality elsewhere at the moment?
ken
ken7mo ago
yes, when metadata filter is integer then having >, >=, <, <= is really nice (like price range buckets or metrics histogram buckets)
Unknown User
Unknown User7mo ago
Message Not Public
Sign In & Join Server To View
Vy
Vy7mo ago
namespace filtering is applied before any metadata filters. thanks for docs feedback, working to address those gaps