Navneet Verma
                                            Navneet Verma
                                        
                                    Hi @sebastian-montero I have replied https://github.com/openai/chatgpt-retrieval-plugin/issues/52#issuecomment-1487400627. Pasting the same response here. OpenSearch supports various other engines apart from Lucene to do k-NN search. Ref: https://opensearch.org/docs/latest/search-plugins/knn/approximate-knn/ ``` The Approximate k-NN search...
@jordanparker6 So, nmslib and Faiss in OpenSearch support filtering, but those are only post-filters. The way customers can use filters on meta-data is by using [post-filters](https://opensearch.org/docs/latest/search-plugins/knn/approximate-knn/#using-approximate-k-nn-with-filters). The only downside of...
> @jordanparker6 I did not test this in Opensearch. Looking at Opensearch's [website](https://opensearch.org/), I can see it is built with Lucene so my hypothesis would be that the same issues...
> > > @jordanparker6 I did not test this in Opensearch. Looking at Opensearch's [website](https://opensearch.org/), I can see it is built with Lucene so my hypothesis would be that the...
@jmazanec15 isn't the filter query being rewritten from this call? https://github.com/opensearch-project/k-NN/blob/main/src/main/java/org/opensearch/knn/index/query/KNNQueryFactory.java#L159C88-L159C88
> @navneet1v no I dont think so: > > 1. https://github.com/opensearch-project/OpenSearch/blob/main/server/src/main/java/org/opensearch/index/query/RangeQueryBuilder.java#L524 > 2. https://github.com/opensearch-project/OpenSearch/blob/main/server/src/main/java/org/opensearch/index/query/AbstractQueryBuilder.java#L117 Thanks for providing the info @jmazanec15. I see you provided one solution and if that is...
Just curious, @SkyTrix were there any deleted documents when you were doing the query?
@jmazanec15 do we have any RCA on why the problem was happening?
@mdouze I see @heemin32 has updated the proposal, I think this will be a good feature to go in side by side of IDSelector Interface or even extending that interface....
@mdouze The workarounds provided won't work well. Thanks for pointing this, I agree that we might need to touch more than ~20 index implementation, but as @heemin32 pointed out we...