Interface protos.google.cloud.vectorsearch.v1beta.ISemanticSearch (0.2.0)

Properties of a SemanticSearch.

Package

@google-cloud/vectorsearch

Properties

filter

filter?: (google.protobuf.IStruct|null);

SemanticSearch filter

outputFields

outputFields?: (google.cloud.vectorsearch.v1beta.IOutputFields|null);

SemanticSearch outputFields

searchField

searchField?: (string|null);

SemanticSearch searchField

searchHint

searchHint?: (google.cloud.vectorsearch.v1beta.ISearchHint|null);

SemanticSearch searchHint

searchText

searchText?: (string|null);

SemanticSearch searchText

taskType

taskType?: (google.cloud.vectorsearch.v1beta.EmbeddingTaskType|keyof typeof google.cloud.vectorsearch.v1beta.EmbeddingTaskType|null);

SemanticSearch taskType

topK

topK?: (number|null);

SemanticSearch topK