Uses of Interface
dev.langchain4j.model.googleai.jsonl.JsonLinesWriter
Packages that use JsonLinesWriter
-
Uses of JsonLinesWriter in dev.langchain4j.model.googleai
Methods in dev.langchain4j.model.googleai with parameters of type JsonLinesWriterModifier and TypeMethodDescriptionvoidGoogleAiGeminiBatchChatModel.writeBatchToFile(JsonLinesWriter writer, Iterable<BatchRequestResponse.BatchFileRequest<ChatRequest>> requests) Writes a batch of chat requests to a JSONL file for later upload and processing.voidGoogleAiGeminiBatchEmbeddingModel.writeBatchToFile(JsonLinesWriter writer, Iterable<BatchRequestResponse.BatchFileRequest<TextSegment>> requests) Writes a sequence of text segments to a JSONL file writer in the format required for file-based batch processing. -
Uses of JsonLinesWriter in dev.langchain4j.model.googleai.jsonl
Methods in dev.langchain4j.model.googleai.jsonl that return JsonLinesWriterModifier and TypeMethodDescriptionstatic JsonLinesWriterJsonLinesWriters.streaming(OutputStream outputStream) static JsonLinesWriter