org.llm4s.agent.memory.MockEmbeddingService
See theMockEmbeddingService companion object
A mock embedding service for testing.
Generates deterministic embeddings based on text content hash. Not suitable for production use.
Attributes
-
Companion
-
object
-
Graph
-
-
Supertypes
-
class Object
trait Matchable
class Any
Members list
Generate an embedding for a single text.
Generate an embedding for a single text.
Value parameters
-
text
-
The text to embed
Attributes
-
Returns
-
Embedding vector or error
-
Definition Classes
-
Generate embeddings for multiple texts in a batch.
Generate embeddings for multiple texts in a batch.
Value parameters
-
texts
-
The texts to embed
Attributes
-
Returns
-
Embedding vectors (one per input) or error
-
Definition Classes
-
Get the dimensionality of the embeddings produced.
Get the dimensionality of the embeddings produced.
Attributes