pub async fn about(
db: &Surreal<Db>,
embedder: &dyn Embedder,
scoring: &GraphScoringConfig,
topic: &str,
limit: usize,
) -> Result<TopicReport, GraphError>Expand description
Answer “what do you know about X” through the ordinary hybrid query, then attach the evidence behind each hit.