opensearch-project/neural-search

[FEATURE] Semantic Search should be able to support Exact search

オープン

#516 opened on 2023/12/07

 (4 件のコメント) (0 件のリアクション) (0 人の担当者)Java (124 件のフォーク)auto 404
Featuresenhancementhelp wantedneural-search

Repository metrics

Stars
 (116 個のスター)
PR merge metrics
 (平均マージ 1d 20h) (30d で 23 merged PRs)

説明

Is your feature request related to a problem?

In the use cases of semantic search with filtering, its possible to operate on granular tenets. In these cases, Exact Search/Bruteforce would be more efficient to determine results with more accuracy(recall 1.0). Neural plugin should avoid building the graphs and just use plain vectors for Exact Search.

What solution would you like?

Support Exact Search in Neural clause and avoid creating graphs for these use cases.

コントリビューターガイド