Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ dependencies {
exclude group: 'com.google.guava', module: 'failureaccess'
exclude group: 'com.google.errorprone', module: 'error_prone_annotations'
}
compileOnly "org.opensearch:protobufs:0.6.0"
compileOnly "org.opensearch:protobufs:0.10.0"
compileOnly group: 'com.google.guava', name: 'failureaccess', version:'1.0.2'
compileOnly group: 'com.google.guava', name: 'guava', version:'33.2.1-jre'
api "org.apache.commons:commons-lang3:${versions.commonslang}"
Expand Down
1 change: 1 addition & 0 deletions release-notes/opensearch-k-NN.release-notes-3.2.0.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ Compatible with OpenSearch 3.2.0
* Bump Faiss commit to 2929bf4 [#2815](https://github.com/opensearch-project/k-NN/pull/2815)
* Bump Faiss commit to 5617caa [#2824](https://github.com/opensearch-project/k-NN/pull/2824)
* Bump Gradle to 8.14.3 [#2828](https://github.com/opensearch-project/k-NN/pull/2828)
* Bump OpenSearch-Protobufs to 0.10.0 [#2842](https://github.com/opensearch-project/k-NN/pull/2842)

### Features
* Support GPU indexing for FP16, Byte and Binary [#2819](https://github.com/opensearch-project/k-NN/pull/2819)
Expand Down
Loading