Skip to content

Commit 73637b6

Browse files
authored
Merge pull request #557 from weaviate/chore/hybrid-alpha_param
2 parents 8c6e53a + fc70780 commit 73637b6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • src/main/java/io/weaviate/client6/v1/api/collections/query

src/main/java/io/weaviate/client6/v1/api/collections/query/Hybrid.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,7 @@ private WeaviateProtoBaseSearch.Hybrid.Builder protoBuilder() {
175175

176176
if (alpha != null) {
177177
hybrid.setAlpha(alpha);
178+
hybrid.setAlphaParam(alpha);
178179
}
179180

180181
if (fusionType != null) {

0 commit comments

Comments
 (0)