kdrant
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
kdrant
kdrant-core
/
dev.kdrant.model
/
VectorData
/
Sparse
Sparse
data
class
Sparse
(
val
indices
:
List
<
Int
>
,
val
values
:
List
<
Float
>
)
:
VectorData
A sparse vector;
indices
must be unique and the same length as
values
. Used under a name.
Members
Constructors
Sparse
Link copied to clipboard
constructor
(
indices
:
List
<
Int
>
,
values
:
List
<
Float
>
)
Properties
indices
Link copied to clipboard
val
indices
:
List
<
Int
>
values
Link copied to clipboard
val
values
:
List
<
Float
>