EmbeddingProvider¶
This docs was updated at: 2026-03-21
com.paragon.embeddings.EmbeddingProvider ยท Interface
Interface for embedding providers.
Uses a synchronous API optimized for Java 25+ virtual threads.
Methods¶
createEmbeddings¶
Creates embeddings for the given inputs.
Parameters
| Name | Description |
|---|---|
input |
the input texts to embed |
model |
the embedding model to use |
Returns
the list of embeddings