Class GoogleCloudAiplatformV1beta1RetrieveMemoriesRequestSimilaritySearchParams
Parameters for semantic similarity search based retrieval.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1beta1.Data
Assembly: Google.Apis.Aiplatform.v1beta1.dll
Syntax
public class GoogleCloudAiplatformV1beta1RetrieveMemoriesRequestSimilaritySearchParams : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
SearchQuery
Required. Query to use for similarity search retrieval. If provided, then the parent ReasoningEngine must have ReasoningEngineContextSpec.MemoryBankConfig.SimilaritySearchConfig set.
Declaration
[JsonProperty("searchQuery")]
public virtual string SearchQuery { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
TopK
Optional. The maximum number of memories to return. The service may return fewer than this value. If unspecified, at most 3 memories will be returned. The maximum value is 100; values above 100 will be coerced to 100.
Declaration
[JsonProperty("topK")]
public virtual int? TopK { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |