forked from opensearch-project/opensearch-java
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for knn_vector property type (opensearch-project#524)
* feat: add support for knn_vector property Signed-off-by: Malte Hedderich <github@hedderich.pro> * feat: add support for knn index setting Signed-off-by: Malte Hedderich <github@hedderich.pro> * fix(IndexSettings.java): add missing alias with index prefix to knn setting Signed-off-by: Malte Hedderich <github@hedderich.pro> * feat: add support for knn.algo_param.ef_search setting Signed-off-by: Malte Hedderich <github@hedderich.pro> * docs: add Changelog entry for knn_vector property Signed-off-by: Malte Hedderich <github@hedderich.pro> * style: fix style check violations Signed-off-by: Malte Hedderich <github@hedderich.pro> * 🔥 refactor(KnnVectorMethod.java, KnnVectorProperty.java): remove license headers Signed-off-by: Malte Hedderich <github@hedderich.pro> * refactor: remove dense_vector property Signed-off-by: Malte Hedderich <github@hedderich.pro> * refactor: remove remaining dense_vector references Signed-off-by: Malte Hedderich <github@hedderich.pro> * docs(USER_GUIDE.md): add instructions to create an index with custom settings and mappings Signed-off-by: Malte Hedderich <github@hedderich.pro> * docs(USER_GUIDE.md): add knn search examples for script_score and scripting_score with painless extension Signed-off-by: Malte Hedderich <github@hedderich.pro> * docs(USER_GUIDE.md): add k-NN to table of contents Signed-off-by: Malte Hedderich <github@hedderich.pro> * docs(USER_GUIDE.md): fix position of k-NN search to table of contents Signed-off-by: Malte Hedderich <github@hedderich.pro> --------- Signed-off-by: Malte Hedderich <github@hedderich.pro>
- Loading branch information
1 parent
68e2b6f
commit 7d22a7d
Showing
12 changed files
with
810 additions
and
471 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.