Retrieval constructor

Retrieval({
  1. VertexAisearch? vertexAiSearch,
  2. VertexRagStore? vertexRagStore,
  3. bool disableAttribution = false,
})

Implementation

Retrieval({
  this.vertexAiSearch,
  this.vertexRagStore,
  this.disableAttribution = false,
}) : super(fullyQualifiedName);