A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
U
- UnsupportedFeatureException - class in dev.langchain4j.exception
- updateMessages(Object,java.util.List) - function in dev.langchain4j.store.memory.chat.ChatMemoryStore
- Updates messages for a specified chat memory.
- updateMessages(Object,java.util.List) - function in dev.langchain4j.store.memory.chat.InMemoryChatMemoryStore
- Updates messages for a specified chat memory.
- url() - function in dev.langchain4j.data.audio.Audio
- Get the url of the audio.
- url(java.lang.String) - function in dev.langchain4j.data.audio.Audio.Builder
- Set the url of the audio.
- url(java.net.URI) - function in dev.langchain4j.data.audio.Audio.Builder
- Set the url of the audio.
- url() - function in dev.langchain4j.data.image.Image
- Get the url of the image.
- url(java.lang.String) - function in dev.langchain4j.data.image.Image.Builder
- Set the url of the image.
- url(java.net.URI) - function in dev.langchain4j.data.image.Image.Builder
- Set the url of the image.
- url() - function in dev.langchain4j.data.pdf.PdfFile
- Get the url of the PDF.
- url(java.lang.String) - function in dev.langchain4j.data.pdf.PdfFile.Builder
- Set the url of the PDF document.
- url(java.net.URI) - function in dev.langchain4j.data.pdf.PdfFile.Builder
- Set the url of the PDF document.
- url() - function in dev.langchain4j.data.text.TextFile
- Get the url of the text file.
- url(java.lang.String) - function in dev.langchain4j.data.text.TextFile.Builder
- Set the url of the text document.
- url(java.net.URI) - function in dev.langchain4j.data.text.TextFile.Builder
- Set the url of the text document.
- url() - function in dev.langchain4j.data.video.Video
- Get the url of the video.
- url(java.lang.String) - function in dev.langchain4j.data.video.Video.Builder
- Set the url of the video.
- url(java.net.URI) - function in dev.langchain4j.data.video.Video.Builder
- Set the url of the video.
- url() - function in dev.langchain4j.web.search.WebSearchOrganicResult
- Returns the URL associated with the web page.
- USER - enum entry in dev.langchain4j.data.message.ChatMessageType
A message from the user.
- UserMessage - class in dev.langchain4j.data.message
- Represents a message from a user, typically an end user of the application.
- userMessage(kotlin.Array) - function in dev.langchain4j.data.message.UserMessage
- Create a UserMessage from contents.
- userMessage(java.lang.String) - function in dev.langchain4j.data.message.UserMessage
- Create a UserMessage from a text.
- userMessage(java.lang.String,kotlin.Array) - function in dev.langchain4j.data.message.UserMessage
- Create a UserMessage from a name and contents.
- userMessage(java.lang.String,java.lang.String) - function in dev.langchain4j.data.message.UserMessage
- Create a UserMessage from a name and a text.
- userMessage(java.lang.String,java.util.List) - function in dev.langchain4j.data.message.UserMessage
- Create a UserMessage from a name and contents.
- userMessage(java.util.List) - function in dev.langchain4j.data.message.UserMessage
- Create a UserMessage from contents.
- userMessage() - function in dev.langchain4j.rag.query.Metadata
- Utils - class in dev.langchain4j.internal
- Utility methods.