Heemin Kim

Results 37 issues of 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...

new 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,...

bug

# 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

feature request
Implementation

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...

Features
v2.16.0

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...

Priority-High
v2.16.0

Similar to https://github.com/opensearch-project/k-NN/issues/1764, I like to see binary vector support with Lucene engine

enhancement

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...

enhancement

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==...

bug
enhancement
backlog

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...

Refactoring
enhancement