Uses of Interface
ai.vectros.types.SearchResultsEvent._FinalStage
Packages that use SearchResultsEvent._FinalStage
-
Uses of SearchResultsEvent._FinalStage in ai.vectros.types
Classes in ai.vectros.types that implement SearchResultsEvent._FinalStageMethods in ai.vectros.types that return SearchResultsEvent._FinalStageModifier 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.additionalProperties(Map<String, Object> additionalProperties) SearchResultsEvent._FinalStage.additionalProperty(String key, Object value) SearchResultsEvent._FinalStage.addResults(RagSearchResult results) SearchResultsEvent.Builder.addResults(RagSearchResult results) The ranked results used to ground the model's answer.True when one search backend was unavailable and these results came from the remaining engine only (for example, keyword search degraded to semantic-only during an outage).True when one search backend was unavailable and these results came from the remaining engine only (for example, keyword search degraded to semantic-only during an outage).True when one search backend was unavailable and these results came from the remaining engine only (for example, keyword search degraded to semantic-only during an outage).SearchResultsEvent._FinalStage.degradedLegs(List<String> degradedLegs) SearchResultsEvent._FinalStage.degradedLegs(Optional<List<String>> degradedLegs) Which retrieval legs were unavailable:text(keyword) and/orvector(semantic).SearchResultsEvent.Builder.degradedLegs(List<String> degradedLegs) Which retrieval legs were unavailable:text(keyword) and/orvector(semantic).SearchResultsEvent.Builder.degradedLegs(Optional<List<String>> degradedLegs) Which retrieval legs were unavailable:text(keyword) and/orvector(semantic).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.SearchResultsEvent.Builder.searchTimeMs(long searchTimeMs) Wall-clock duration of the retrieval step, in milliseconds.SearchResultsEvent.SearchTimeMsStage.searchTimeMs(long searchTimeMs) Wall-clock duration of the retrieval step, in milliseconds.