koursaros-ai / nboost

NBoost is a scalable, search-api-boosting platform for deploying transformer models to improve the relevance of search results on different platforms (i.e. Elasticsearch)
Apache License 2.0
675 stars 69 forks source link

How to configure synonym chain or to search synonym sentence #100

Open similonpascal opened 3 years ago

similonpascal commented 3 years ago

We use this project to search sentence on indexed text, it's great, thank you.

This work great to get accurate result with semantics. For examples, "I carried out work audits" is indexed, this two queries give same result:

We want to improve the search to get better result based on synonyms : For examples, this 2 queries should return "I carried out work audits" :

How can we configure that with nboost ?

thanks for your help/assistance.

Pascal