ragResources property

List<GoogleCloudAiplatformV1VertexRagStoreRagResource>? ragResources
getter/setter pair

The representation of the rag source.

It can be used to specify corpus only or ragfiles. Currently only support one corpus or multiple files from one corpus. In the future we may open up multiple corpora support.

Optional.

Implementation

core.List<GoogleCloudAiplatformV1VertexRagStoreRagResource>? ragResources;