MockEmbeddingService

org.llm4s.agent.memory.MockEmbeddingService
See theMockEmbeddingService companion class

Attributes

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

Members list

Value members

Concrete methods

def apply(dimensions: Int): MockEmbeddingService

Create a mock service with custom dimensions.

Create a mock service with custom dimensions.

Attributes

Concrete fields

Default mock service with 1536 dimensions (OpenAI ada-002 compatible).

Default mock service with 1536 dimensions (OpenAI ada-002 compatible).

Attributes