View Source GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1FeatureViewVertexRagSource (google_api_ai_platform v0.16.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 and types at least: - corpus_id (STRING, NULLABLE/REQUIRED) - file_id (STRING, NULLABLE/REQUIRED) - chunk_id (STRING, NULLABLE/REQUIRED) - chunk_data_type (STRING, NULLABLE/REQUIRED) - chunk_data (STRING, NULLABLE/REQUIRED) - embeddings (FLOAT, REPEATED) - file_original_uri (STRING, NULLABLE/REQUIRED)

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.