Uses of Package
dev.langchain4j.service
Packages that use dev.langchain4j.service
-
Classes in dev.langchain4j.service used by dev.langchain4j.serviceClassDescriptionAI Services is a high-level API of LangChain4j to interact with
ChatLanguageModel
andStreamingChatLanguageModel
.Represents the result of an AI Service invocation.Represents a token stream from language model to which you can subscribe and receive updates when a new partial response (usually a single token) is available, when language model finishes streaming, or when an error occurs during streaming. -
Classes in dev.langchain4j.service used by dev.langchain4j.spi.servicesClassDescriptionAI Services is a high-level API of LangChain4j to interact with
ChatLanguageModel
andStreamingChatLanguageModel
.Represents a token stream from language model to which you can subscribe and receive updates when a new partial response (usually a single token) is available, when language model finishes streaming, or when an error occurs during streaming.