yanyue
Results
3
issues of
yanyue
### Is your feature request related to a problem? Option Yes ### Describe the solution you'd like 规范路由请求: ```go type CreateTaskReq struct { g.Meta `path:"/create" method:"post" tags:"任务" summary:"新建任务"` xxx }...
feature
planned
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;
能否添加重排序的api支持 /v1/rerank