google-adk-kotlin
Toggle table of contents
0.9.0
common
Target filter
common
Switch theme
Search in API
Skip to content
google-adk-kotlin
google-adk-kotlin-core
/
com.google.adk.kt.tools
/
VertexAiRagRetrieval
/
VertexAiRagRetrieval
Vertex
Ai
Rag
Retrieval
common
constructor
(
name
:
String
,
description
:
String
,
ragCorpora
:
List
<
String
>
?
=
null
,
ragResources
:
List
<
VertexRagStoreRagResource
>
?
=
null
,
similarityTopK
:
Int
?
=
null
,
vectorDistanceThreshold
:
Double
?
=
null
)