Retrieval constructor
Retrieval({
- VertexAisearch? vertexAiSearch,
- VertexRagStore? vertexRagStore,
- bool disableAttribution = false,
Implementation
Retrieval({
this.vertexAiSearch,
this.vertexRagStore,
this.disableAttribution = false,
}) : super(fullyQualifiedName);