Skip to content

Commit

Permalink
HybridSearch supports full text search
Browse files Browse the repository at this point in the history
Signed-off-by: yhmo <yihua.mo@zilliz.com>
  • Loading branch information
yhmo committed Jan 9, 2025
1 parent b7ab345 commit bf96e63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk-core/src/main/java/io/milvus/v2/utils/VectorUtils.java
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@ public static SearchRequest convertAnnSearchParam(@NonNull AnnSearchReq annSearc
data.add(vector.getData());
}

ByteString byteStr = ParamUtils.convertPlaceholder(data, plType);
ByteString byteStr = convertPlaceholder(data, plType);
builder.setPlaceholderGroup(byteStr);
builder.setNq(vectors.size());

Expand Down

0 comments on commit bf96e63

Please sign in to comment.