Skip to content

es8 向量检索的字段 需要添加index:true 才可以进行检索 #154

@yayoyanyue

Description

@yayoyanyue

to perform knn search on field [vector], its mapping must have [index] set to [true]

希望IndexField注解能添一个index:true的属性

@IndexField(fieldType = FieldType.DENSE_VECTOR, dims = 1024,index = true)
private double[] vector;

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions