Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
Signed-off-by: ryjiang <jiangruiyi@gmail.com>
  • Loading branch information
shanghaikid committed Apr 18, 2024
1 parent d6f7088 commit 42cd88a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions milvus/utils/Format.ts
Original file line number Diff line number Diff line change
Expand Up @@ -689,6 +689,7 @@ export const buildSearchRequest = (
const isHybridSearch = !!(
searchHybridReq.data &&
searchHybridReq.data.length &&
typeof searchHybridReq.data[0] === 'object' &&
searchHybridReq.data[0].anns_field
);

Expand Down

0 comments on commit 42cd88a

Please sign in to comment.