GoogleCloudAiplatformV1VertexRagStore constructor

GoogleCloudAiplatformV1VertexRagStore({
  1. List<GoogleCloudAiplatformV1VertexRagStoreRagResource>? ragResources,
  2. GoogleCloudAiplatformV1RagRetrievalConfig? ragRetrievalConfig,
  3. int? similarityTopK,
  4. double? vectorDistanceThreshold,
})

Implementation

GoogleCloudAiplatformV1VertexRagStore({
  this.ragResources,
  this.ragRetrievalConfig,
  this.similarityTopK,
  this.vectorDistanceThreshold,
});