kdrant
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
kdrant
kdrant-core
/
dev.kdrant.dsl
/
UpsertBuilder
Upsert
Builder
class
UpsertBuilder
DSL for
upsert
: accumulate points with
point
.
Members
Constructors
Upsert
Builder
Link copied to clipboard
constructor
(
)
Functions
point
Link copied to clipboard
fun
point
(
id
:
PointId
,
configure
:
PointBuilder
.
(
)
->
Unit
)
fun
point
(
id
:
Long
,
configure
:
PointBuilder
.
(
)
->
Unit
)
fun
point
(
id
:
String
,
configure
:
PointBuilder
.
(
)
->
Unit
)
fun
point
(
id
:
ULong
,
configure
:
PointBuilder
.
(
)
->
Unit
)