Uses of Class
com.google.genai.gaos.models.interactions.RagStoreConfig
Packages that use RagStoreConfig
-
Uses of RagStoreConfig in com.google.genai.gaos.models.interactions
Methods in com.google.genai.gaos.models.interactions that return RagStoreConfigModifier and TypeMethodDescriptionRagStoreConfig.Builder.build()RagStoreConfig.withRagResources(List<RagResource> ragResources) Optional.RagStoreConfig.withRagRetrievalConfig(RagRetrievalConfig ragRetrievalConfig) Specifies the context retrieval config.RagStoreConfig.withSimilarityTopK(Integer similarityTopK) Deprecated.field: This will be removed in a future release, please migrate away from it as soon as possible.RagStoreConfig.withVectorDistanceThreshold(Double vectorDistanceThreshold) Deprecated.field: This will be removed in a future release, please migrate away from it as soon as possible.Methods in com.google.genai.gaos.models.interactions that return types with arguments of type RagStoreConfigModifier and TypeMethodDescriptionRetrieval.ragStoreConfig()Use to specify configuration for RAG Store.Methods in com.google.genai.gaos.models.interactions with parameters of type RagStoreConfigModifier and TypeMethodDescriptionRetrieval.Builder.ragStoreConfig(RagStoreConfig ragStoreConfig) Use to specify configuration for RAG Store.Retrieval.withRagStoreConfig(RagStoreConfig ragStoreConfig) Use to specify configuration for RAG Store.Constructors in com.google.genai.gaos.models.interactions with parameters of type RagStoreConfigModifierConstructorDescriptionRetrieval(ExaAISearchConfig exaAiSearchConfig, ParallelAISearchConfig parallelAiSearchConfig, RagStoreConfig ragStoreConfig, List<RetrievalRetrievalType> retrievalTypes, VertexAISearchConfig vertexAiSearchConfig)