Inference

data class Inference(val input: InferenceInput) : VectorData

Text, an image or a custom object for the server to embed, instead of a vector the caller computed. Needs a Qdrant with an inference provider configured. See InferenceInput.

Constructors

Link copied to clipboard
constructor(input: InferenceInput)

Properties

Link copied to clipboard