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.51k stars 185 forks source link

[ENHANCEMENT] Highlighting Exact Matches #801

Open LKing12 opened 5 months ago

LKing12 commented 5 months ago

Is your feature request related to a problem? Please describe.

If you need to perform an exact match search on an index, Marqo doesn't support highlighting

Describe the solution you'd like when we do text:("free") we should get something like "Customers get <em>free</em> samples"

Describe alternatives you've considered

This should be an internal feature, a user could perform the highlighting on the returned result but that isn't optimal behaviour as it already exists in Vespa

Additional context

This seems to be supported in Vespa under bolding

tomhamer commented 5 months ago

Thanks Liam - this will be added in 2.6 with hybrid search. @pandu-k @farshidz can you confirm that we will support functionality that achieves this?

farshidz commented 4 months ago

@tomhamer @LKing12 this will be part of a future release, but it may not be part of hybrid search (2.7) I'm afraid.