Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add nested support for dense_vector fields and knn search (elastic#99763
) * Nested dense_vector support * Adjust nested support based on new lucene version * fixing after rebase * fixing some code * fixing tests adding transport version * spotless * [Automated] Update Lucene snapshot to 9.9.0-snapshot-b3e67403aaf * Adds new max_inner_product vector similarity function (elastic#99527) Adds new max_inner_product vector similarity function. This differs from dot_product in the following ways: Doesn't require vectors to be normalized Scales the similarity between vectors differently to prevent negative scores * requiring top level filter to be parent filter * adding docs & fixing tests * adding and fixing docs * adding changlog * removing unnecessary file changes * removing unused imports * fixing test * maybe fix doc tests * continue tests in docs * fixing more tests * fixing tests --------- Co-authored-by: Jim Ferenczi <[email protected]> Co-authored-by: elasticsearchmachine <[email protected]>
- Loading branch information