EmbeddingRequest

org.llm4s.llmconnect.model.EmbeddingRequest
final case class EmbeddingRequest(input: Seq[String], model: EmbeddingModelConfig)

Text-only embedding request used by HTTP providers (OpenAI/Voyage).

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product