VoyageConfigKeys

org.llm4s.config.VoyageConfigKeys

Environment-variable names recognised by llm4s-voyage.

These were ConfigKeys.VOYAGE_* in llm4s-core until Voyage moved to its own module (#1132): a key belongs with the code that reads it, so that ConfigKeys does not name variables for a provider that may not be on the classpath. They are bound in this module's reference.conf under llm4s.embeddings.voyage.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete fields

val VOYAGE_API_KEY: String

Voyage AI API key (pa-...).

Voyage AI API key (pa-...).

Attributes

Overrides the Voyage AI embedding base URL. Defaults to "https://api.voyageai.com/v1".

Overrides the Voyage AI embedding base URL. Defaults to "https://api.voyageai.com/v1".

Attributes

Selects the Voyage AI embedding model when using the legacy provider format.

Selects the Voyage AI embedding model when using the legacy provider format.

Attributes