public class VectorIndexParams extends Object
构造器和说明 |
---|
VectorIndexParams() |
限定符和类型 | 方法和说明 |
---|---|
VectorIndexParams |
build() |
Map<String,Object> |
dict() |
VectorIndexParams |
setDistance(String distance) |
VectorIndexParams |
setHnswCef(Integer hnswCef) |
VectorIndexParams |
setHnswCef(Long hnswCef) |
VectorIndexParams |
setHnswM(Integer hnswM) |
VectorIndexParams |
setHnswM(Long hnswM) |
VectorIndexParams |
setHnswSef(Integer hnswSef) |
VectorIndexParams |
setHnswSef(Long hnswSef) |
VectorIndexParams |
setIndexType(String indexType) |
VectorIndexParams |
setQuant(String quant) |
public VectorIndexParams setIndexType(String indexType)
public VectorIndexParams setDistance(String distance)
public VectorIndexParams setQuant(String quant)
public VectorIndexParams setHnswM(Integer hnswM)
public VectorIndexParams setHnswM(Long hnswM)
public VectorIndexParams setHnswCef(Integer hnswCef)
public VectorIndexParams setHnswCef(Long hnswCef)
public VectorIndexParams setHnswSef(Integer hnswSef)
public VectorIndexParams setHnswSef(Long hnswSef)
public VectorIndexParams build()
Copyright © 2024. All rights reserved.