Uses of Class
ai.vectros.types.RagSearchMode
Packages that use RagSearchMode
-
Uses of RagSearchMode in ai.vectros.types
Fields in ai.vectros.types declared as RagSearchModeModifier and TypeFieldDescriptionstatic final RagSearchModeRagSearchMode.HYBRIDstatic final RagSearchModeRagSearchMode.SEMANTICstatic final RagSearchModeRagSearchMode.TEXTMethods in ai.vectros.types that return RagSearchModeMethods in ai.vectros.types that return types with arguments of type RagSearchModeMethods in ai.vectros.types with parameters of type RagSearchModeMethod parameters in ai.vectros.types with type arguments of type RagSearchModeModifier and TypeMethodDescriptionRagSearch.Builder.mode(Optional<RagSearchMode> mode) Retrieval mode:HYBRIDcombines keyword and semantic search,SEMANTICuses vector similarity only,TEXTuses keyword (BM25) matching only.