Uses of Class
dev.langchain4j.model.embedding.request.EmbeddingInput
Packages that use EmbeddingInput
-
Uses of EmbeddingInput in dev.langchain4j.model.embedding.request
Methods in dev.langchain4j.model.embedding.request that return EmbeddingInputModifier and TypeMethodDescriptionstatic EmbeddingInputstatic EmbeddingInputEmbeddingInput.from(TextSegment segment) static EmbeddingInputstatic EmbeddingInputMethods in dev.langchain4j.model.embedding.request that return types with arguments of type EmbeddingInputModifier and TypeMethodDescriptionEmbeddingRequest.inputs()The batch of inputs to embed; eachEmbeddingInputyields one embedding.Methods in dev.langchain4j.model.embedding.request with parameters of type EmbeddingInputModifier and TypeMethodDescriptionEmbeddingRequest.Builder.input(EmbeddingInput input) EmbeddingRequest.Builder.inputs(EmbeddingInput... inputs) Method parameters in dev.langchain4j.model.embedding.request with type arguments of type EmbeddingInput