Uses of Class
dev.langchain4j.model.embedding.response.EmbeddingResponse
Packages that use EmbeddingResponse
Package
Description
AWS Bedrock integration for LangChain4j.
-
Uses of EmbeddingResponse in dev.langchain4j.model.bedrock
Methods in dev.langchain4j.model.bedrock that return EmbeddingResponse -
Uses of EmbeddingResponse in dev.langchain4j.model.cohere
Methods in dev.langchain4j.model.cohere that return EmbeddingResponseModifier and TypeMethodDescriptionCohereEmbeddingModel.doEmbed(EmbeddingRequest request) Embeds via Cohere's v2 embed endpoint (/v2/embed), which handles both text and images (Embed v4). -
Uses of EmbeddingResponse in dev.langchain4j.model.embedding
Methods in dev.langchain4j.model.embedding that return EmbeddingResponseModifier and TypeMethodDescriptiondefault EmbeddingResponseEmbeddingModel.doEmbed(EmbeddingRequest request) Performs the embedding forEmbeddingModel.embed(EmbeddingRequest).default EmbeddingResponseEmbeddingModel.embed(EmbeddingRequest request) Embeds the inputs of the givenEmbeddingRequestand returns the resulting embeddings.Methods in dev.langchain4j.model.embedding that return types with arguments of type EmbeddingResponseModifier and TypeMethodDescriptiondefault CompletableFuture<EmbeddingResponse> EmbeddingModel.doEmbedAsync(EmbeddingRequest request) Non-blocking counterpart ofEmbeddingModel.doEmbed(EmbeddingRequest), called byEmbeddingModel.embedAsync(EmbeddingRequest)after the request's parameters have been merged and validated.default CompletableFuture<EmbeddingResponse> EmbeddingModel.embedAsync(EmbeddingRequest request) Non-blocking counterpart ofEmbeddingModel.embed(EmbeddingRequest): embeds the request's inputs and completes the returned future with the embeddings, without blocking the calling thread. -
Uses of EmbeddingResponse in dev.langchain4j.model.embedding.listener
Methods in dev.langchain4j.model.embedding.listener that return EmbeddingResponseMethods in dev.langchain4j.model.embedding.listener with parameters of type EmbeddingResponseModifier and TypeMethodDescriptionEmbeddingModelResponseContext.Builder.embeddingResponse(EmbeddingResponse embeddingResponse) -
Uses of EmbeddingResponse in dev.langchain4j.model.embedding.response
Methods in dev.langchain4j.model.embedding.response that return EmbeddingResponse -
Uses of EmbeddingResponse in dev.langchain4j.model.google.genai
Methods in dev.langchain4j.model.google.genai that return EmbeddingResponse -
Uses of EmbeddingResponse in dev.langchain4j.model.googleai
Methods in dev.langchain4j.model.googleai that return EmbeddingResponse -
Uses of EmbeddingResponse in dev.langchain4j.model.jina
Methods in dev.langchain4j.model.jina that return EmbeddingResponse -
Uses of EmbeddingResponse in dev.langchain4j.model.ollama
Methods in dev.langchain4j.model.ollama that return EmbeddingResponse -
Uses of EmbeddingResponse in dev.langchain4j.model.openai
Methods in dev.langchain4j.model.openai that return EmbeddingResponseMethods in dev.langchain4j.model.openai that return types with arguments of type EmbeddingResponseModifier and TypeMethodDescriptionOpenAiEmbeddingModel.doEmbedAsync(EmbeddingRequest request) Genuinely non-blocking counterpart ofOpenAiEmbeddingModel.doEmbed(EmbeddingRequest): each batch is sent over the async HTTP path (executeRawAsync) and the per-batch futures are composed, so no thread is parked while the OpenAI embeddings request is in flight. -
Uses of EmbeddingResponse in dev.langchain4j.model.voyageai
Methods in dev.langchain4j.model.voyageai that return EmbeddingResponse -
Uses of EmbeddingResponse in dev.langchain4j.model.watsonx
Methods in dev.langchain4j.model.watsonx that return EmbeddingResponseModifier and TypeMethodDescriptionWatsonxEmbeddingModel.doEmbed(EmbeddingRequest request) WatsonxGatewayEmbeddingModel.doEmbed(EmbeddingRequest request)