EmbeddingClient

org.llm4s.llmconnect.EmbeddingClient
See theEmbeddingClient companion class

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def from(provider: String, cfg: EmbeddingProviderConfig): Result[EmbeddingClient]

Typed factory: build client from resolved provider name and typed provider config. Avoids reading any additional configuration at runtime.

Typed factory: build client from resolved provider name and typed provider config. Avoids reading any additional configuration at runtime.

Attributes