Inference

data class Inference(val input: InferenceInput) : VectorInput

Nearest-neighbor search by text, an image or a custom object the server embeds, rather than by a vector the caller computed. Needs a Qdrant with an inference provider. See InferenceInput.

Constructors

Link copied to clipboard
constructor(input: InferenceInput)

Properties

Link copied to clipboard