public interface EmbeddingModel
Modifier and Type | Method and Description |
---|---|
Result<Embedding> |
embed(DocumentSegment documentSegment) |
Result<Embedding> |
embed(String text) |
Result<List<Embedding>> |
embedAll(List<DocumentSegment> documentSegments) |
Copyright © 2023. All rights reserved.