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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2026-04-01 UTC."],[],[]]