You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix broken build flag, move build to one directory (#2442)
* move build to one directory, fix broken flag
Signed-off-by: Samuel Herman <[email protected]>
* fix make path
Signed-off-by: Samuel Herman <[email protected]>
* changelog update
Signed-off-by: Samuel Herman <[email protected]>
* add fix for classpath change and for cmake discovery on macos
Signed-off-by: Samuel Herman <[email protected]>
* fix make discovery for gradle
Signed-off-by: Samuel Herman <[email protected]>
* fix cmake path for macOS
Signed-off-by: Samuel Herman <[email protected]>
---------
Signed-off-by: Samuel Herman <[email protected]>
Copy file name to clipboardExpand all lines: CHANGELOG.md
-2
Original file line number
Diff line number
Diff line change
@@ -45,7 +45,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
45
45
* Fixing it to retrieve space_type from index setting when both method and top level don't have the value. [#2374](https://github.com/opensearch-project/k-NN/pull/2374)
46
46
* Fixing the bug where setting rescore as false for on_disk knn_vector query is a no-op (#2399)[https://github.com/opensearch-project/k-NN/pull/2399]
47
47
* Fixing bug where mapping accepts both dimension and model-id (#2410)[https://github.com/opensearch-project/k-NN/pull/2410]
48
-
* Add version check for full field name validation (#2477)[https://github.com/opensearch-project/k-NN/pull/2477]
49
48
### Infrastructure
50
49
* Updated C++ version in JNI from c++11 to c++17 [#2259](https://github.com/opensearch-project/k-NN/pull/2259)
51
50
* Upgrade bytebuddy and objenesis version to match OpenSearch core and, update github ci runner for macos [#2279](https://github.com/opensearch-project/k-NN/pull/2279)
@@ -58,5 +57,4 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
58
57
* Upgrade jsonpath from 2.8.0 to 2.9.0[2325](https://github.com/opensearch-project/k-NN/pull/2325)
59
58
* Bump Faiss commit from 1f42e81 to 0cbc2a8 to accelerate hamming distance calculation using _mm512_popcnt_epi64 intrinsic and also add avx512-fp16 instructions to boost performance [#2381](https://github.com/opensearch-project/k-NN/pull/2381)
60
59
* Enabled indices.breaker.total.use_real_memory setting via build.gradle for integTest Cluster to catch heap CB in local ITs and github CI actions [#2395](https://github.com/opensearch-project/k-NN/pull/2395/)
61
-
* Fixing Lucene912Codec Issue with BWC for Lucene 10.0.1 upgrade[#2429](https://github.com/opensearch-project/k-NN/pull/2429)
0 commit comments