Uses of Class
ai.vectros.types.RagSearchResult
Packages that use RagSearchResult
-
Uses of RagSearchResult in ai.vectros.types
Methods in ai.vectros.types that return RagSearchResultModifier and TypeMethodDescriptionRagSearchResult._FinalStage.build()RagSearchResult.Builder.build()Methods in ai.vectros.types that return types with arguments of type RagSearchResultMethods in ai.vectros.types with parameters of type RagSearchResultModifier and TypeMethodDescriptionSearchResultsEvent._FinalStage.addResults(RagSearchResult results) SearchResultsEvent.Builder.addResults(RagSearchResult results) The ranked results used to ground the model's answer.RagSearchResult.Builder.from(RagSearchResult other) RagSearchResult.DocumentIdStage.from(RagSearchResult other) Method parameters in ai.vectros.types with type arguments of type RagSearchResultModifier and TypeMethodDescriptionSearchResultsEvent._FinalStage.addAllResults(List<RagSearchResult> results) SearchResultsEvent.Builder.addAllResults(List<RagSearchResult> results) The ranked results used to ground the model's answer.SearchResultsEvent._FinalStage.results(List<RagSearchResult> results) The ranked results used to ground the model's answer.SearchResultsEvent.Builder.results(List<RagSearchResult> results) The ranked results used to ground the model's answer.