Uses of Class
dev.langchain4j.model.batch.BatchRequest
Packages that use BatchRequest
Package
Description
-
Uses of BatchRequest in dev.langchain4j.model.chat
Methods in dev.langchain4j.model.chat with parameters of type BatchRequestModifier and TypeMethodDescriptionBatchChatModel.submit(BatchRequest<ChatRequest> request) Creates a batch of chat requests and submits them for asynchronous processing. -
Uses of BatchRequest in dev.langchain4j.model.embedding
Methods in dev.langchain4j.model.embedding with parameters of type BatchRequestModifier and TypeMethodDescriptionBatchEmbeddingModel.submit(BatchRequest<TextSegment> request) Creates a batch of text segments and submits them for asynchronous embedding processing. -
Uses of BatchRequest in dev.langchain4j.model.googleai
Subclasses of BatchRequest in dev.langchain4j.model.googleaiModifier and TypeClassDescriptionclassRepresents a Google Gemini-specificBatchRequest, including optional metadata like display name and priority.Methods in dev.langchain4j.model.googleai with parameters of type BatchRequestModifier and TypeMethodDescriptionGoogleAiGeminiBatchChatModel.submit(BatchRequest<ChatRequest> request) Creates a batch of chat requests and submits them for asynchronous processing.GoogleAiGeminiBatchEmbeddingModel.submit(BatchRequest<TextSegment> request) Creates a batch of text segments and submits them for asynchronous embedding processing.GoogleAiGeminiBatchImageModel.submit(BatchRequest<String> request) Creates a batch of image generation prompts and submits them for asynchronous processing. -
Uses of BatchRequest in dev.langchain4j.model.image
Methods in dev.langchain4j.model.image with parameters of type BatchRequestModifier and TypeMethodDescriptionBatchImageModel.submit(BatchRequest<String> request) Creates a batch of image generation prompts and submits them for asynchronous processing.