Class VertexRagSource (1.67.0)

VertexRagSource(mapping=None, *, ignore_unknown_fields=False, **kwargs)

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

Attributes

Name Description
uri str
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)
rag_corpus_id int
Optional. The RAG corpus id corresponding to this FeatureView.

Methods

VertexRagSource

VertexRagSource(mapping=None, *, ignore_unknown_fields=False, **kwargs)

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