AbstractionMapperToGeneratedEmbeddings Method

[Missing <summary> documentation for "M:GenerativeAI.Microsoft.Extensions.AbstractionMapper.ToGeneratedEmbeddings(GenerativeAI.Types.EmbedContentRequest,GenerativeAI.Types.EmbedContentResponse)"]

Definition

Namespace: GenerativeAI.Microsoft.Extensions
Assembly: GenerativeAI.Microsoft (in GenerativeAI.Microsoft.dll) Version: 2.0.2+aa51399cad6d90cc71158d589a6268608b3c1893
C#
public static GeneratedEmbeddings<Embedding<float>> ToGeneratedEmbeddings(
	EmbedContentRequest request,
	EmbedContentResponse response
)

Parameters

request  EmbedContentRequest

[Missing <param name="request"/> documentation for "M:GenerativeAI.Microsoft.Extensions.AbstractionMapper.ToGeneratedEmbeddings(GenerativeAI.Types.EmbedContentRequest,GenerativeAI.Types.EmbedContentResponse)"]

response  EmbedContentResponse

[Missing <param name="response"/> documentation for "M:GenerativeAI.Microsoft.Extensions.AbstractionMapper.ToGeneratedEmbeddings(GenerativeAI.Types.EmbedContentRequest,GenerativeAI.Types.EmbedContentResponse)"]

Return Value

GeneratedEmbeddingsEmbeddingSingle

[Missing <returns> documentation for "M:GenerativeAI.Microsoft.Extensions.AbstractionMapper.ToGeneratedEmbeddings(GenerativeAI.Types.EmbedContentRequest,GenerativeAI.Types.EmbedContentResponse)"]

See Also