VoyageAIEmbeddingProvider
org.llm4s.llmconnect.provider.VoyageAIEmbeddingProvider
object VoyageAIEmbeddingProvider
Embedding provider implementation for the Voyage AI embedding API.
Generates text embeddings by posting batched input to the Voyage AI /v1/embeddings endpoint. Unlike Ollama, Voyage accepts multiple inputs in a single request, so all texts are sent in one HTTP call.
Requires a valid Voyage AI API key in the provider configuration.
Attributes
- See also
-
EmbeddingProvider for the common embedding interface
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
Members list
In this article