Package com.google.genai.types
Class VertexRagStore.Builder
java.lang.Object
com.google.genai.types.VertexRagStore.Builder
- Enclosing class:
- VertexRagStore
Builder for VertexRagStore.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract VertexRagStorebuild()abstract VertexRagStore.BuilderragCorpora(List<String> ragCorpora) abstract VertexRagStore.BuilderragResources(List<VertexRagStoreRagResource> ragResources) abstract VertexRagStore.BuildersimilarityTopK(Integer similarityTopK) abstract VertexRagStore.BuildervectorDistanceThreshold(Double vectorDistanceThreshold)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
ragCorpora
-
ragResources
-
similarityTopK
-
vectorDistanceThreshold
-
build
-