Uses of Enum Class
io.helidon.integrations.langchain4j.providers.lc4jinprocess.InProcessModelType
Packages that use InProcessModelType
Package
Description
Provides integration with LangChain4j in-process embedding models..
-
Uses of InProcessModelType in io.helidon.integrations.langchain4j.providers.lc4jinprocess
Methods in io.helidon.integrations.langchain4j.providers.lc4jinprocess that return InProcessModelTypeModifier and TypeMethodDescriptionInProcessEmbeddingModelConfig.BuilderBase.InProcessEmbeddingModelConfigImpl.type()InProcessEmbeddingModelConfig.type()Which in-process ONNX model variant should be used.static InProcessModelTypeReturns the enum constant of this class with the specified name.static InProcessModelType[]InProcessModelType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.helidon.integrations.langchain4j.providers.lc4jinprocess that return types with arguments of type InProcessModelTypeModifier and TypeMethodDescriptionInProcessEmbeddingModelConfig.BuilderBase.type()Which in-process ONNX model variant should be used.Methods in io.helidon.integrations.langchain4j.providers.lc4jinprocess with parameters of type InProcessModelTypeModifier and TypeMethodDescriptionInProcessEmbeddingModelConfig.BuilderBase.type(InProcessModelType type) Which in-process ONNX model variant should be used.