View Source GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1FeatureViewVertexRagSource (google_api_ai_platform v0.15.0)

A Vertex Rag source for features that need to be synced to Online Store.

Attributes

  • ragCorpusId (type: String.t, default: nil) - Optional. The RAG corpus id corresponding to this FeatureView.
  • uri (type: String.t, default: nil) - Required. The BigQuery view/table URI that will be materialized on each manual sync trigger. The table/view is expected to have the following columns at least: Field name Type Mode corpus_id STRING REQUIRED/NULLABLE file_id STRING REQUIRED/NULLABLE chunk_id STRING REQUIRED/NULLABLE chunk_data_type STRING REQUIRED/NULLABLE chunk_data STRING REQUIRED/NULLABLE embeddings FLOAT REPEATED file_original_uri STRING REQUIRED/NULLABLE

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1FeatureViewVertexRagSource{
    ragCorpusId: String.t() | nil,
    uri: String.t() | nil
  }

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.