public abstract class AbstractInProcessEmbeddingModel extends Object implements EmbeddingModel
| Constructor and Description |
|---|
AbstractInProcessEmbeddingModel() |
| Modifier and Type | Method and Description |
|---|---|
List<Embedding> |
embedAll(List<TextSegment> segments) |
protected abstract OnnxEmbeddingModel |
model() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitembed, embedprotected abstract OnnxEmbeddingModel model()
public List<Embedding> embedAll(List<TextSegment> segments)
embedAll in interface EmbeddingModelCopyright © 2023. All rights reserved.