public class SemanticRetrieverConfig
SemanticRetrieverConfig | Initializes a new instance of the SemanticRetrieverConfig class |
MaxChunksCount | Optional. Maximum number of relevant Chunks to retrieve. |
MetadataFilters | Optional. Filters for selecting Documents and/or Chunks from the resource. |
MinimumRelevanceScore | Optional. Minimum relevance score for retrieved relevant Chunks. |
Query | Required. Query to use for matching Chunks in the given resource by similarity. |
Source | Required. Name of the resource for retrieval. Example: corpora/123 or corpora/123/documents/abc. |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
GetHashCode | Serves as the default hash function. (Inherited from Object) |
GetType | Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
ToString | Returns a string that represents the current object. (Inherited from Object) |