GoogleCloudAiplatformV1VertexRagStore constructor
GoogleCloudAiplatformV1VertexRagStore({
- List<
GoogleCloudAiplatformV1VertexRagStoreRagResource> ? ragResources, - GoogleCloudAiplatformV1RagRetrievalConfig? ragRetrievalConfig,
- int? similarityTopK,
- double? vectorDistanceThreshold,
Implementation
GoogleCloudAiplatformV1VertexRagStore({
this.ragResources,
this.ragRetrievalConfig,
this.similarityTopK,
this.vectorDistanceThreshold,
});