Table of Contents

Class GeminiSemanticRetrieverChunk

Identifier for a Chunk retrieved via Semantic Retriever specified in the GenerateAnswerRequest using SemanticRetrieverConfig.

public class GeminiSemanticRetrieverChunk
Inheritance
GeminiSemanticRetrieverChunk
Extension Methods

Fields

Chunk

Name of the Chunk containing the attributed text. Example: corpora/123/documents/abc/chunks/xyz

public string Chunk

Field Value

string

Source

Name of the source matching the request's SemanticRetrieverConfig.source. Example: corpora/123 or corpora/123/documents/abc

public string Source

Field Value

string