You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
how to use of FilterExpression for multiple conditional queries
Bug description
I don't know how to do a vector query with more than 3 expressions
Environment
spint ai-M6
example
For example, for the vector data stored in redis, the metadata is as follows: sourDocId value is 1, name value is bg, tags value is ["web", "local", "ali"], version value is 1.0. Then how can I query the data with sourDocId 1, name value is bg, tags value is local or ali, and version is 1.0?
Thanks very much
The text was updated successfully, but these errors were encountered:
how to use of FilterExpression for multiple conditional queries
Bug description
I don't know how to do a vector query with more than 3 expressions
Environment
spint ai-M6
example
For example, for the vector data stored in redis, the metadata is as follows: sourDocId value is 1, name value is bg, tags value is ["web", "local", "ali"], version value is 1.0. Then how can I query the data with sourDocId 1, name value is bg, tags value is local or ali, and version is 1.0?
Thanks very much
The text was updated successfully, but these errors were encountered: