kdrant
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
kdrant
kdrant-core
/
dev.kdrant.model
/
VectorParams
/
VectorParams
Vector
Params
constructor
(
size
:
Long
,
distance
:
Distance
,
onDisk
:
Boolean
?
=
null
,
datatype
:
VectorDatatype
?
=
null
,
hnswConfig
:
HnswConfig
?
=
null
,
multivectorConfig
:
MultiVectorConfig
?
=
null
)