Class GeminiSemanticRetrieverChunk
- Namespace
- Uralstech.UGemini.Models.Content.Attribution
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
Source
Name of the source matching the request's SemanticRetrieverConfig.source. Example: corpora/123 or corpora/123/documents/abc
public string Source