Cloud AI Platform v1 API - Class RagEmbeddingModelConfig (3.12.0)

public sealed class RagEmbeddingModelConfig : IMessage<RagEmbeddingModelConfig>, IEquatable<RagEmbeddingModelConfig>, IDeepCloneable<RagEmbeddingModelConfig>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud AI Platform v1 API class RagEmbeddingModelConfig.

Config for the embedding model to use for RAG.

Inheritance

object > RagEmbeddingModelConfig

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

RagEmbeddingModelConfig()

public RagEmbeddingModelConfig()

RagEmbeddingModelConfig(RagEmbeddingModelConfig)

public RagEmbeddingModelConfig(RagEmbeddingModelConfig other)
Parameter
Name Description
other RagEmbeddingModelConfig

Properties

ModelConfigCase

public RagEmbeddingModelConfig.ModelConfigOneofCase ModelConfigCase { get; }
Property Value
Type Description
RagEmbeddingModelConfigModelConfigOneofCase

VertexPredictionEndpoint

public RagEmbeddingModelConfig.Types.VertexPredictionEndpoint VertexPredictionEndpoint { get; set; }

The Vertex AI Prediction Endpoint that either refers to a publisher model or an endpoint that is hosting a 1P fine-tuned text embedding model. Endpoints hosting non-1P fine-tuned text embedding models are currently not supported. This is used for dense vector search.

Property Value
Type Description
RagEmbeddingModelConfigTypesVertexPredictionEndpoint