XAIEmbedding class

xAI Embedding capability implementation

This module handles embedding generation functionality for xAI providers. xAI provides embedding models compatible with OpenAI's embedding API.

Implemented types

Constructors

XAIEmbedding.new(XAIClient client, XAIConfig config)

Properties

client XAIClient
final
config XAIConfig
final
embeddingEndpoint String
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

embed(List<String> input) Future<List<List<double>>>
Generate embeddings for the given input texts
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited