pub fn load_classified_ranked_file_nodes_with_reasons(
store: &AtlasStore,
query: &str,
folder: Option<&str>,
file_pattern: Option<&str>,
limit: usize,
include_content: bool,
content_selection: ContentSelection,
) -> ServiceResult<Vec<ClassifiedRankedNode>>Expand description
Load ranked files with persisted classification and pre-ranking selection.
ยงErrors
Returns an error when indexed metadata, classification, or filters are invalid.