Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for knn_vector property type #524

Merged
merged 14 commits into from
Jun 20, 2023

Commits on Jun 8, 2023

  1. feat: add support for knn_vector property

    Signed-off-by: Malte Hedderich <github@hedderich.pro>
    maltehedderich committed Jun 8, 2023
    Configuration menu
    Copy the full SHA
    de8678e View commit details
    Browse the repository at this point in the history
  2. feat: add support for knn index setting

    Signed-off-by: Malte Hedderich <github@hedderich.pro>
    maltehedderich committed Jun 8, 2023
    Configuration menu
    Copy the full SHA
    bfd5286 View commit details
    Browse the repository at this point in the history
  3. fix(IndexSettings.java): add missing alias with index prefix to knn s…

    …etting
    
    Signed-off-by: Malte Hedderich <github@hedderich.pro>
    maltehedderich committed Jun 8, 2023
    Configuration menu
    Copy the full SHA
    46c8f96 View commit details
    Browse the repository at this point in the history
  4. feat: add support for knn.algo_param.ef_search setting

    Signed-off-by: Malte Hedderich <github@hedderich.pro>
    maltehedderich committed Jun 8, 2023
    Configuration menu
    Copy the full SHA
    4092963 View commit details
    Browse the repository at this point in the history
  5. docs: add Changelog entry for knn_vector property

    Signed-off-by: Malte Hedderich <github@hedderich.pro>
    maltehedderich committed Jun 8, 2023
    Configuration menu
    Copy the full SHA
    deeb591 View commit details
    Browse the repository at this point in the history
  6. style: fix style check violations

    Signed-off-by: Malte Hedderich <github@hedderich.pro>
    maltehedderich committed Jun 8, 2023
    Configuration menu
    Copy the full SHA
    43bbdbf View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2023

  1. 🔥 refactor(KnnVectorMethod.java, KnnVectorProperty.java): remove lice…

    …nse headers
    
    Signed-off-by: Malte Hedderich <github@hedderich.pro>
    maltehedderich committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    23934a8 View commit details
    Browse the repository at this point in the history
  2. refactor: remove dense_vector property

    Signed-off-by: Malte Hedderich <github@hedderich.pro>
    maltehedderich committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    4ed819a View commit details
    Browse the repository at this point in the history
  3. refactor: remove remaining dense_vector references

    Signed-off-by: Malte Hedderich <github@hedderich.pro>
    maltehedderich committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    c9e8335 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2023

  1. docs(USER_GUIDE.md): add instructions to create an index with custom …

    …settings and mappings
    
    Signed-off-by: Malte Hedderich <github@hedderich.pro>
    maltehedderich committed Jun 17, 2023
    Configuration menu
    Copy the full SHA
    4349749 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2023

  1. docs(USER_GUIDE.md): add knn search examples for script_score and scr…

    …ipting_score with painless extension
    
    Signed-off-by: Malte Hedderich <github@hedderich.pro>
    maltehedderich committed Jun 18, 2023
    Configuration menu
    Copy the full SHA
    84cd2ee View commit details
    Browse the repository at this point in the history
  2. Merge branch 'upstream/main'

    Signed-off-by: Malte Hedderich <github@hedderich.pro>
    maltehedderich committed Jun 18, 2023
    Configuration menu
    Copy the full SHA
    b72dfa3 View commit details
    Browse the repository at this point in the history
  3. docs(USER_GUIDE.md): add k-NN to table of contents

    Signed-off-by: Malte Hedderich <github@hedderich.pro>
    maltehedderich committed Jun 18, 2023
    Configuration menu
    Copy the full SHA
    51cf5c1 View commit details
    Browse the repository at this point in the history
  4. docs(USER_GUIDE.md): fix position of k-NN search to table of contents

    Signed-off-by: Malte Hedderich <github@hedderich.pro>
    maltehedderich committed Jun 18, 2023
    Configuration menu
    Copy the full SHA
    d24dbee View commit details
    Browse the repository at this point in the history