Interface VertexRagStoreRagResource

The definition of the Rag resource.

interface VertexRagStoreRagResource {
    ragCorpus?: string;
    ragFileIds?: string[];
}

Properties

ragCorpus?: string

Optional. RagCorpora resource name. Format: projects/{project}/locations/{location}/ragCorpora/{rag_corpus}

ragFileIds?: string[]

Optional. rag_file_id. The files should be in the same rag_corpus set in rag_corpus field.

MMNEPVFCICPMFPCPTTAAATR