embed

open suspend override fun embed(document: Document): Vector(source)

Converts the given document into its vector representation.

Return

A vector representation of the document.

Parameters

document

The document to be embedded.


open suspend override fun embed(text: String): Vector(source)

Embeds the given text into a vector representation.

Return

A vector representation of the provided text.

Parameters

text

The text to embed.