LLMEmbeddingService

org.llm4s.agent.memory.LLMEmbeddingService
See theLLMEmbeddingService companion class

Attributes

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

Members list

Value members

Concrete methods

Create an embedding service from an existing client.

Create an embedding service from an existing client.

Attributes

def apply(client: EmbeddingClient, providerConfig: ProviderConfig, dimensions: Int): Result[LLMEmbeddingService]

Create an embedding service with explicit dimensions using the embedding provider config.

Create an embedding service with explicit dimensions using the embedding provider config.

Attributes