Table of Contents

Class SemanticRetrieverChunk

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

public class SemanticRetrieverChunk
Inheritance
object
SemanticRetrieverChunk

Properties

Chunk

Output only. Name of the Chunk containing the attributed text.

Example: corpora/123/documents/abc/chunks/xyz

public string Chunk { get; set; }

Property Value

string

Source

Output only. Name of the source matching the request's SemanticRetrieverConfig.source.

Example: corpora/123 or corpora/123/documents/abc

public string Source { get; set; }

Property Value

string