Package org.eclnt.ccee.prompting
Interface IEmbeddings
- All Known Implementing Classes:
EmbeddingsChatGPT
public interface IEmbeddings
-
Method Summary
Modifier and TypeMethodDescriptionfloat[]createEmbeddings(String text) List<float[]>createEmbeddings(String[] texts)
-
Method Details
-
createEmbeddings
-
createEmbeddings
-