Heemin Kim
Heemin Kim
**Describe the blog post your would like to write** How to add country of incoming requests based on IP address using IP2Geo processor **What is the title of the blog...
**What is the bug?** This is just my thought process. If extension of job scheduler with short interval acquire lock, it will create an index `.opendistro-job-scheduler-lock`. After taking a snapshot,...
# Summary IndexBinaryHNSW and IndexBinaryIVF is blocking SearchParameters. Can we open it up? Will there be any issue that I am not aware of? https://github.com/facebookresearch/faiss/blob/main/faiss/IndexBinaryHNSW.cpp#L192
Investigating recall issue in window.
There has been an increasing interest on binary format support from customers recently with many evidence showing good recall with binary value generated from LLM. As KNN with large data...
Dynamic efsearch and nprobe is value during query time will be released in 2.16. One of its PR is https://github.com/opensearch-project/k-NN/pull/1707. We are also implementing binary index support to be released...
Similar to https://github.com/opensearch-project/k-NN/issues/1764, I like to see binary vector support with Lucene engine
In https://github.com/opensearch-project/k-NN/pull/1826 which support script scoring on knn binary vector, we convert byte[] to float[] and again float[] to byte[] which will add a latency during query using script scoring...
Currently, there is some memory leak detected through valgrind. Need to address memory leak. ``` ==27211== ==27211== HEAP SUMMARY: ==27211== in use at exit: 394,772 bytes in 41 blocks ==27211==...
After introducing binary vector format of which has its own code path in across multiple files, the needs of refactoring is required to enhance code maintainability. Related PR. https://github.com/opensearch-project/k-NN/pull/1781 Few...