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
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited