toUpstashFilterString
function toUpstashFilterString(filter?): string;Translate Kuralle’s MongoDB-style VectorFilter into Upstash Vector’s
SQL-like string filter (field = 'value' AND field2 > 5).
Upstash does not support $nin / $exists. Unsupported operators throw
UnsupportedFilterOperatorError.
Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
|
|
Returns
Section titled “Returns”string