Class GoogleCloudAiplatformV1beta1RagEmbeddingModelConfigHybridSearchConfig
Config for hybrid search.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1beta1.Data
Assembly: Google.Apis.Aiplatform.v1beta1.dll
Syntax
public class GoogleCloudAiplatformV1beta1RagEmbeddingModelConfigHybridSearchConfig : IDirectResponseSchema
Properties
DenseEmbeddingModelPredictionEndpoint
Required. The Vertex AI Prediction Endpoint that hosts the embedding model for dense embedding generations.
Declaration
[JsonProperty("denseEmbeddingModelPredictionEndpoint")]
public virtual GoogleCloudAiplatformV1beta1RagEmbeddingModelConfigVertexPredictionEndpoint DenseEmbeddingModelPredictionEndpoint { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudAiplatformV1beta1RagEmbeddingModelConfigVertexPredictionEndpoint |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
SparseEmbeddingConfig
Optional. The configuration for sparse embedding generation. This field is optional the default behavior depends on the vector database choice on the RagCorpus.
Declaration
[JsonProperty("sparseEmbeddingConfig")]
public virtual GoogleCloudAiplatformV1beta1RagEmbeddingModelConfigSparseEmbeddingConfig SparseEmbeddingConfig { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudAiplatformV1beta1RagEmbeddingModelConfigSparseEmbeddingConfig |