Rikhil Konduru

Results 5 comments of Rikhil Konduru

I have a working JVector implementation for Lucene ported over from the opensearch implementation and I have benchmarks for that version. There are issues like pre-cached exact vector mismatch between...

Hi everyone! I just opened the Lucene JVector #14892 Thanks everyone for all the comments and I would really appreciate people checking it out! I'd appreciate any advice / suggestions...

Has there been progress reporting hot RAM usage? This would be really helpful with testing PQ settings in JVectorCodec (or other LKNN codecs). Having this tooling makes it much easier...

Hi @abernardi597 thanks for working on the JVector Lucene integration project! Please feel free to discuss anything with me about running performance tests with knnPerfTest and integration with luceneutil. I'll...

> The `JVector` specific KNN query seems to have some interesting query-time hyper-parameters: > > ``` > private final int overQueryFactor; > private final float threshold; > private final float...