-
### Bug Description:
knn tests are skipped in nightly test runs:
```
Start 277: col_275 -- knn index
9/56 Test #277: col_275 -- knn index .................................................…
-
Similar to https://github.com/mourner/rbush-knn
-
I am able to build the query and search via opensearch-py but cannot build the query via django-opensearch-dsl.
Example:
Via opensearch-py:
```
client = OpenSearch(
hosts=[{"host":hos…
-
**What is the bug?**
When a document contains vectors in nested documents, and we perform a nested knn query with filters set on the parent documents fields, the filters can only be specific Query …
-
### Problem Statement:
When using search request processors, users need to send an initial search request with properly constructed query builders. However, if the initial request fails to meet th…
-
**Is your feature request related to a problem?**
The vector element access is not implemented here:
https://github.com/opensearch-project/k-NN/blob/eb0a3c7454cb33346f135161beb21f46f43b8457/src/m…
-
Thanks for developing the library. So far using to run a KNN on embedding vectors it has been pretty straight forward.
Are there any plans to speed up KNN search by introducing clever algorithms l…
-
### Description
There have been multiple discussions around supporting higher vector quantization levels (e.g. more than scalar quantization can provide).
We (elastic) have been doing some researc…
-
**Build Scans:**
- [elasticsearch-periodic-platform-support #4521 / oraclelinux-8_platform-support-unix](https://gradle-enterprise.elastic.co/s/mhjo3pknmbdc2)
- [elasticsearch-pull-request #37673 / pa…
-
### Describe the bug
I've installed OpenSearch via Homebrew on MacOS (M1). I'm trying to install the k-NN search plugin, but I'm getting an error.
### Related component
Build
### To Reprod…