Uses of Class
com.google.genai.gaos.models.interactions.RagStoreConfig.Builder
Packages that use RagStoreConfig.Builder
-
Uses of RagStoreConfig.Builder in com.google.genai.gaos.models.interactions
Methods in com.google.genai.gaos.models.interactions that return RagStoreConfig.BuilderModifier and TypeMethodDescriptionstatic RagStoreConfig.BuilderRagStoreConfig.builder()RagStoreConfig.Builder.ragResources(List<RagResource> ragResources) Optional.RagStoreConfig.Builder.ragRetrievalConfig(RagRetrievalConfig ragRetrievalConfig) Specifies the context retrieval config.RagStoreConfig.Builder.similarityTopK(Integer similarityTopK) Deprecated.field: This will be removed in a future release, please migrate away from it as soon as possible.RagStoreConfig.Builder.vectorDistanceThreshold(Double vectorDistanceThreshold) Deprecated.field: This will be removed in a future release, please migrate away from it as soon as possible.