Class SemanticRetrieverChunk
Identifier for a Chunk retrieved via Semantic Retriever specified in the GenerateAnswerRequest using SemanticRetrieverConfig.
Inherited Members
Namespace: Glitch9.AIDevKit.Google
Assembly: Glitch9.AIDevKit.Provider.Google.dll
Syntax
public class SemanticRetrieverChunk
Properties
| Edit this page View SourceChunk
Output only. Name of the Chunk containing the attributed text.
Example: corpora/123/documents/abc/chunks/xyz
Declaration
[JsonProperty("chunk")]
public string Chunk { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Source
Output only. Name of the source matching the request's SemanticRetrieverConfig.source.
Example: corpora/123 or corpora/123/documents/abc
Declaration
[JsonProperty("source")]
public string Source { get; set; }
Property Value
| Type | Description |
|---|---|
| string |