Package org.eclnt.ccee.prompting
Interface IEmbeddings
- All Known Implementing Classes:
EmbeddingsChatGPT
public interface IEmbeddings
Interface to AI systems that calculate context embeddings for a text content.
-
Method Summary
Modifier and TypeMethodDescriptionfloat[]createEmbeddings(String text) List<float[]>createEmbeddings(String[] texts)
-
Method Details
-
createEmbeddings
-
createEmbeddings
-