Uses of Enum Class
io.helidon.integrations.langchain4j.ContentRetrieverType
Packages that use ContentRetrieverType
-
Uses of ContentRetrieverType in io.helidon.integrations.langchain4j
Methods in io.helidon.integrations.langchain4j that return ContentRetrieverTypeModifier and TypeMethodDescriptionContentRetrieverConfig.BuilderBase.ContentRetrieverConfigImpl.type()ContentRetrieverConfig.BuilderBase.type()Type of content retriever to create.ContentRetrieverConfig.type()Type of content retriever to create.static ContentRetrieverTypeReturns the enum constant of this class with the specified name.static ContentRetrieverType[]ContentRetrieverType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.helidon.integrations.langchain4j with parameters of type ContentRetrieverTypeModifier and TypeMethodDescriptionContentRetrieverConfig.BuilderBase.type(ContentRetrieverType type) Type of content retriever to create.