Uses of Class
com.google.genai.gaos.models.interactions.HybridSearch
Packages that use HybridSearch
-
Uses of HybridSearch in com.google.genai.gaos.models.interactions
Methods in com.google.genai.gaos.models.interactions that return HybridSearchMethods in com.google.genai.gaos.models.interactions that return types with arguments of type HybridSearchMethods in com.google.genai.gaos.models.interactions with parameters of type HybridSearchModifier and TypeMethodDescriptionRagRetrievalConfig.Builder.hybridSearch(HybridSearch hybridSearch) Config for Hybrid Search.RagRetrievalConfig.withHybridSearch(HybridSearch hybridSearch) Config for Hybrid Search.Constructors in com.google.genai.gaos.models.interactions with parameters of type HybridSearchModifierConstructorDescriptionRagRetrievalConfig(Filter filter, HybridSearch hybridSearch, Ranking ranking, Integer topK)