Class EmbeddingServiceMetadataImpl

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      String getName() Name of the LLM, such as "gpt-3.
      String getProvider() Name of the provider, such as "OpenAI"
      • Methods inherited from class com.embabel.common.ai.model.EmbeddingServiceMetadata

        getType
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • EmbeddingServiceMetadataImpl

        EmbeddingServiceMetadataImpl(String name, String provider)