Uses of Class
com.google.genai.gaos.models.interactions.RagResource
Packages that use RagResource
-
Uses of RagResource in com.google.genai.gaos.models.interactions
Methods in com.google.genai.gaos.models.interactions that return RagResourceModifier and TypeMethodDescriptionRagResource.Builder.build()RagResource.withRagCorpus(String ragCorpus) Optional.RagResource.withRagFileIds(List<String> ragFileIds) Optional.Methods in com.google.genai.gaos.models.interactions that return types with arguments of type RagResourceMethod parameters in com.google.genai.gaos.models.interactions with type arguments of type RagResourceModifier and TypeMethodDescriptionRagStoreConfig.Builder.ragResources(List<RagResource> ragResources) Optional.RagStoreConfig.withRagResources(List<RagResource> ragResources) Optional.Constructor parameters in com.google.genai.gaos.models.interactions with type arguments of type RagResourceModifierConstructorDescriptionRagStoreConfig(List<RagResource> ragResources, RagRetrievalConfig ragRetrievalConfig, Integer similarityTopK, Double vectorDistanceThreshold)