Navneet Verma
Navneet Verma
> In current OS implementation, sub fetch phase has no order concept like ActionFilter, so we can't arrange them. We may need to introduce the filter logic in KNNFetchSubPhase if...
> > The order of these phases cannot be changed. > > @navneet1v Indeed, this is the key point that I want to emphasize, and it is precisely why I...
@luyuncheng can we fix up the comments and so that we can merge this change?
@heemin32 how this is bug? I would consider this as an enhancement where messaging is not proper.
@jitendra-titaniam I have created this GH issue for using IndexInput for graph files. I am hoping it can solve the issue you faced: https://github.com/opensearch-project/k-NN/issues/1228
> You can provide a threshold of score with `min_score`. Example query: > > [Block (26 lines)](#) > ``` > { > "min_score": ".7", > "query": { > "bool": {...
@savanbthakkar even with neural plugin this experience of irrelevant results will come because neural underline uses K-NN plugin. There is no in build solution for this as of now. I...
Moving this to K-NN repo as this is related to K-NN plugin and not Neural Search.
@juntezhang can you add some sample data which can help reproducing the issue?
@juntezhang This behavior happen because the underline graph data structure is different in primary and replicas. To provide some context: The way replication happens during the indexing of document is:...