marqo-ai / marqo

Unified embedding generation and search engine. Also available on cloud - cloud.marqo.ai
https://www.marqo.ai/
Apache License 2.0
4.3k stars 183 forks source link

Filter string: IN operator added #790

Closed vicilliar closed 3 months ago

vicilliar commented 3 months ago

USER INPUT: List must be surrounded by (). No quotes will be used for list items. Marqo will internally determine whether to treat these like an int or a string. Internal list whitespaces are ignored.

Examples:

a in (1,2,3)
a in (b,c,d)
a in (1,   2,   3)