Embed

@Serializable
data object Embed : LLMCapability(source)

Represents the capability of generating embeddings within the context of language models.

The Embed capability allows models to process input text and generate vector embeddings, which are numerical representations of text that enable similarity comparisons, clustering, and other forms of vector-based analysis.

This capability can be utilized in tasks like semantic search, document clustering, or other operations requiring an understanding of textual similarity.

Properties

Link copied to clipboard
val id: String

The unique identifier for this capability.