Uses of Interface
io.quarkiverse.langchain4j.watsonx.runtime.config.LangChain4jWatsonxConfig
Packages that use LangChain4jWatsonxConfig
-
Uses of LangChain4jWatsonxConfig in io.quarkiverse.langchain4j.watsonx.runtime
Methods in io.quarkiverse.langchain4j.watsonx.runtime with parameters of type LangChain4jWatsonxConfigModifier and TypeMethodDescriptionSupplier<dev.langchain4j.model.chat.ChatLanguageModel>WatsonxRecorder.chatModel(LangChain4jWatsonxConfig runtimeConfig, String modelName) Supplier<dev.langchain4j.model.embedding.EmbeddingModel>WatsonxRecorder.embeddingModel(LangChain4jWatsonxConfig runtimeConfig, String modelName) Supplier<dev.langchain4j.model.chat.StreamingChatLanguageModel>WatsonxRecorder.streamingChatModel(LangChain4jWatsonxConfig runtimeConfig, String modelName)