Skip to content

Commit

Permalink
test fix
Browse files Browse the repository at this point in the history
Signed-off-by: Yury-Fridlyand <[email protected]>
  • Loading branch information
Yury-Fridlyand committed Oct 11, 2024
1 parent 68bf0c3 commit 1282c7b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ public void ft_info() {
new FieldInfo[] {
new FieldInfo(
"$.vec", "VEC", VectorFieldHnsw.builder(DistanceMetric.COSINE, 42).build()),
new FieldInfo("name", new TextField()),
new FieldInfo("$.name", new TextField()),
},
FTCreateOptions.builder()
.indexType(IndexType.JSON)
Expand Down

0 comments on commit 1282c7b

Please sign in to comment.