EmbeddingProviderConfig

org.llm4s.llmconnect.config.EmbeddingProviderConfig
final case class EmbeddingProviderConfig(baseUrl: String, model: String, apiKey: String)

Configuration required to connect to an embedding provider endpoint.

Value parameters

apiKey

authentication key for the provider; redacted in toString

baseUrl

base URL of the embedding service (e.g. https://api.openai.com/v1)

model

name of the embedding model to use

Attributes

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

Members list

Value members

Concrete methods

override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Any

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product