kdrant
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
kdrant
kdrant-core
/
dev.kdrant.model
/
ContextPair
Context
Pair
data
class
ContextPair
(
val
positive
:
VectorInput
,
val
negative
:
VectorInput
)
A positive/negative example pair for discovery and context search.
Members
Constructors
Context
Pair
Link copied to clipboard
constructor
(
positive
:
VectorInput
,
negative
:
VectorInput
)
Properties
negative
Link copied to clipboard
val
negative
:
VectorInput
positive
Link copied to clipboard
val
positive
:
VectorInput