marqo
marqo copied to clipboard
Marqo encountered an unexpected internal error, status_code: 500[BUG]
Describe the bug
A clear and concise description of what the bug is.
I get this error when I try to run the following code:
response = mq.index(index).search(q='', limit=K, search_method="lexical", filter_string=filter)
Hi @afroozsheikh . Thank you for raising this issue. This appears to be related to handling of empty queries with lexical search. We will address this issue in a future release. Just to confirm, are you experiencing this only when q=''
?