@Retention(value=SOURCE) @Target(value=TYPE) public static @interface EmbeddingProvider.Registration
EmbeddingProvider
.
Creates a mime lookup registration of the TaskFactory
for
annotated EmbeddingProvider
. It also provides the target
mime type of the created embedding which allows the indexing QuerySupport
to correctly mark dirty embedded indexers.Modifier and Type | Required Element and Description |
---|---|
String |
mimeType
Mime type to which should be the given
EmbeddingProvider registered. |
String |
targetMimeType
Mime type of the embedding created by the registered
EmbeddingProvider |
public abstract String mimeType
EmbeddingProvider
registered.public abstract String targetMimeType
EmbeddingProvider