pub fn parse_extraction(raw: &str) -> Result<ExtractionResult, GraphRAGError>Expand description
Parses the LLM JSON response into an ExtractionResult.
pub fn parse_extraction(raw: &str) -> Result<ExtractionResult, GraphRAGError>Parses the LLM JSON response into an ExtractionResult.