kdrant
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
kdrant
kdrant-core
/
dev.kdrant.transport
/
QdrantTransport
/
retrieve
retrieve
abstract
suspend
fun
retrieve
(
name
:
String
,
ids
:
List
<
PointId
>
,
withPayload
:
WithPayload
?
,
withVector
:
Boolean
?
)
:
List
<
Record
>
Retrieve points by id (
POST /collections/{name}/points
).