mirror of
https://gitee.com/dromara/MilvusPlus.git
synced 2025-12-06 17:08:27 +08:00
update
This commit is contained in:
parent
2179daf22d
commit
df84a53d9a
@ -25,7 +25,7 @@ public class ApplicationRunnerTest implements ApplicationRunner {
|
||||
//查询
|
||||
MilvusResp<MilvusResultVo<Face>> query = mapper.searchWrapper()
|
||||
.eq(Face::getPersonId, 1l)
|
||||
.vector(vector)
|
||||
.vector(Face::getFaceVector,vector)
|
||||
.limit(100l)
|
||||
.query();
|
||||
MilvusResp<List<Face>> query2 = mapper.getById(1l);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user