pub fn process_without_embeddings(
query: &str,
raw_results: &[RawSearchResult],
official_sources: &OfficialSourceManager,
) -> Vec<ProcessedSearchResult>Expand description
Process search results without embeddings (fallback method)
pub fn process_without_embeddings(
query: &str,
raw_results: &[RawSearchResult],
official_sources: &OfficialSourceManager,
) -> Vec<ProcessedSearchResult>Process search results without embeddings (fallback method)