A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W 

G

generate(kotlin.Array) - function in dev.langchain4j.model.chat.ChatLanguageModel
Generates a response from the model based on a sequence of messages.
generate(java.lang.String) - function in dev.langchain4j.model.chat.ChatLanguageModel
Generates a response from the model based on a message from a user.
generate(java.util.List) - function in dev.langchain4j.model.chat.ChatLanguageModel
Generates a response from the model based on a sequence of messages.
generate(java.util.List,dev.langchain4j.agent.tool.ToolSpecification) - function in dev.langchain4j.model.chat.ChatLanguageModel
Generates a response from the model based on a list of messages and a single tool specification.
generate(java.util.List,java.util.List) - function in dev.langchain4j.model.chat.ChatLanguageModel
Generates a response from the model based on a list of messages and a list of tool specifications.
generate(kotlin.Array) - function in dev.langchain4j.model.chat.DisabledChatLanguageModel
Generates a response from the model based on a sequence of messages.
generate(java.lang.String) - function in dev.langchain4j.model.chat.DisabledChatLanguageModel
Generates a response from the model based on a message from a user.
generate(java.util.List) - function in dev.langchain4j.model.chat.DisabledChatLanguageModel
Generates a response from the model based on a sequence of messages.
generate(java.util.List,dev.langchain4j.agent.tool.ToolSpecification) - function in dev.langchain4j.model.chat.DisabledChatLanguageModel
Generates a response from the model based on a list of messages and a single tool specification.
generate(java.util.List,java.util.List) - function in dev.langchain4j.model.chat.DisabledChatLanguageModel
Generates a response from the model based on a list of messages and a list of tool specifications.
generate(java.lang.String,dev.langchain4j.model.StreamingResponseHandler) - function in dev.langchain4j.model.chat.DisabledStreamingChatLanguageModel
Generates a response from the model based on a message from a user.
generate(java.util.List,dev.langchain4j.agent.tool.ToolSpecification,dev.langchain4j.model.StreamingResponseHandler) - function in dev.langchain4j.model.chat.DisabledStreamingChatLanguageModel
Generates a response from the model based on a list of messages and a single tool specification.
generate(java.util.List,dev.langchain4j.model.StreamingResponseHandler) - function in dev.langchain4j.model.chat.DisabledStreamingChatLanguageModel
Generates a response from the model based on a sequence of messages.
generate(java.util.List,java.util.List,dev.langchain4j.model.StreamingResponseHandler) - function in dev.langchain4j.model.chat.DisabledStreamingChatLanguageModel
Generates a response from the model based on a list of messages and a list of tool specifications.
generate(dev.langchain4j.data.message.UserMessage,dev.langchain4j.model.StreamingResponseHandler) - function in dev.langchain4j.model.chat.StreamingChatLanguageModel
Generates a response from the model based on a message from a user.
generate(dev.langchain4j.data.message.UserMessage,dev.langchain4j.model.StreamingResponseHandler) - function in dev.langchain4j.model.chat.StreamingChatLanguageModel
Generates a response from the model based on a message from a user.
generate(java.lang.String,dev.langchain4j.model.StreamingResponseHandler) - function in dev.langchain4j.model.chat.StreamingChatLanguageModel
Generates a response from the model based on a message from a user.
generate(java.util.List,dev.langchain4j.agent.tool.ToolSpecification,dev.langchain4j.model.StreamingResponseHandler) - function in dev.langchain4j.model.chat.StreamingChatLanguageModel
Generates a response from the model based on a list of messages and a single tool specification.
generate(java.util.List,dev.langchain4j.model.StreamingResponseHandler) - function in dev.langchain4j.model.chat.StreamingChatLanguageModel
Generates a response from the model based on a sequence of messages.
generate(java.util.List,java.util.List,dev.langchain4j.model.StreamingResponseHandler) - function in dev.langchain4j.model.chat.StreamingChatLanguageModel
Generates a response from the model based on a list of messages and a list of tool specifications.
generate(java.lang.String) - function in dev.langchain4j.model.image.DisabledImageModel
Given a prompt, generate an image.
generate(java.lang.String,int) - function in dev.langchain4j.model.image.DisabledImageModel
Given a prompt, generate n images.
generate(java.lang.String) - function in dev.langchain4j.model.image.ImageModel
Given a prompt, generate an image.
generate(java.lang.String,int) - function in dev.langchain4j.model.image.ImageModel
Given a prompt, generate n images.
generate(dev.langchain4j.model.input.Prompt) - function in dev.langchain4j.model.language.DisabledLanguageModel
Generate a response to the given prompt.
generate(java.lang.String) - function in dev.langchain4j.model.language.DisabledLanguageModel
Generate a response to the given prompt.
generate(dev.langchain4j.model.input.Prompt,dev.langchain4j.model.StreamingResponseHandler) - function in dev.langchain4j.model.language.DisabledStreamingLanguageModel
Generates a response from the model based on a prompt.
generate(java.lang.String,dev.langchain4j.model.StreamingResponseHandler) - function in dev.langchain4j.model.language.DisabledStreamingLanguageModel
Generates a response from the model based on a prompt.
generate(dev.langchain4j.model.input.Prompt) - function in dev.langchain4j.model.language.LanguageModel
Generate a response to the given prompt.
generate(java.lang.String) - function in dev.langchain4j.model.language.LanguageModel
Generate a response to the given prompt.
generate(dev.langchain4j.model.input.Prompt,dev.langchain4j.model.StreamingResponseHandler) - function in dev.langchain4j.model.language.StreamingLanguageModel
Generates a response from the model based on a prompt.
generate(java.lang.String,dev.langchain4j.model.StreamingResponseHandler) - function in dev.langchain4j.model.language.StreamingLanguageModel
Generates a response from the model based on a prompt.
generateIds(int) - function in dev.langchain4j.store.embedding.EmbeddingStore
Generates list of UUID strings
generateUUIDFrom(java.lang.String) - function in dev.langchain4j.internal.Utils
Generates a UUID from a hash of the given input string.
geoLocation() - function in dev.langchain4j.web.search.WebSearchRequest
Get the desired geolocation for search results.
geoLocation(java.lang.String) - function in dev.langchain4j.web.search.WebSearchRequest.Builder
Set the desired geolocation for search results.
get(java.lang.String) - function in dev.langchain4j.data.document.Metadata
Returns the value associated with the given key.
getCause() - function in java.lang.Throwable
 
getContentClass() - function in dev.langchain4j.data.message.ContentType
Returns the class of the content type.
getDouble(java.lang.String) - function in dev.langchain4j.data.document.Metadata
Returns the Double value associated with the given key.
getFloat(java.lang.String) - function in dev.langchain4j.data.document.Metadata
Returns the Float value associated with the given key.
getInteger(java.lang.String) - function in dev.langchain4j.data.document.Metadata
Returns the Integer value associated with the given key.
getLocalizedMessage() - function in java.lang.Throwable
 
getLong(java.lang.String) - function in dev.langchain4j.data.document.Metadata
Returns the Long value associated with the given key.
getMessage() - function in java.lang.Throwable
 
getMessages(Object) - function in dev.langchain4j.store.memory.chat.ChatMemoryStore
Retrieves messages for a specified chat memory.
getMessages(Object) - function in dev.langchain4j.store.memory.chat.InMemoryChatMemoryStore
Retrieves messages for a specified chat memory.
getName() - function in dev.langchain4j.spi.prompt.PromptTemplateFactory.Input
Get the name of the template.
getOrDefault(T,T) - function in dev.langchain4j.internal.Utils
Returns the given value if it is not null, otherwise returns the given default value.
getOrDefault(T,java.util.function.Supplier) - function in dev.langchain4j.internal.Utils
Returns the given value if it is not null, otherwise returns the value returned by the given supplier.
getOrDefault(java.util.List,java.util.List) - function in dev.langchain4j.internal.Utils
Returns the given list if it is not null and not empty, otherwise returns the given default list.
getOrDefault(java.util.Map,java.util.Map) - function in dev.langchain4j.internal.Utils
Returns the given map if it is not null and not empty, otherwise returns the given default map.
getStackTrace() - function in java.lang.Throwable
 
getString(java.lang.String) - function in dev.langchain4j.data.document.Metadata
Returns the String value associated with the given key.
getSuppressed() - function in java.lang.Throwable
 
getTemplate() - function in dev.langchain4j.spi.prompt.PromptTemplateFactory.Input
Get the template string.
getUUID(java.lang.String) - function in dev.langchain4j.data.document.Metadata
Returns the UUID value associated with the given key.
GsonChatMessageJsonCodec - class in dev.langchain4j.data.message
A codec for serializing and deserializing ChatMessage objects to and from JSON.
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W