Uses of Enum Class
ai.dat.core.contentstore.ContentType
Packages that use ContentType
-
Uses of ContentType in ai.dat.core.contentstore
Methods in ai.dat.core.contentstore that return ContentTypeModifier and TypeMethodDescriptionstatic ContentTypeReturns the enum constant of this class with the specified name.static ContentType[]ContentType.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of ContentType in ai.dat.core.factories
Methods in ai.dat.core.factories with parameters of type ContentTypeModifier and TypeMethodDescriptiondev.langchain4j.store.embedding.EmbeddingStore<dev.langchain4j.data.segment.TextSegment>EmbeddingStoreFactory.create(String storeId, ContentType contentType, ReadableConfig config) -
Uses of ContentType in ai.dat.core.utils
Methods in ai.dat.core.utils with parameters of type ContentTypeModifier and TypeMethodDescriptionstatic dev.langchain4j.store.embedding.EmbeddingStore<dev.langchain4j.data.segment.TextSegment>FactoryUtil.createEmbeddingStore(@NonNull String storeId, @NonNull ContentType contentType, @NonNull FactoryDescriptor factoryDescriptor) Create Embedding Store