Closed NumberChiffre closed 1 month ago
Attention: Patch coverage is 98.21429%
with 3 lines
in your changes missing coverage. Please review.
Project coverage is 94.56%. Comparing base (
f1ae7fa
) to head (f283212
). Report is 3 commits behind head on main.
Files with missing lines | Patch % | Lines |
---|---|---|
nano_graphrag/entity_extraction/extract.py | 97.14% | 2 Missing :warning: |
nano_graphrag/_op.py | 66.66% | 1 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Yeah, I have not ideas why CodeCov didn't trigger again. I re-run this PR's workflow and it still have that Rate limit reached. Please upload with the Codecov repository upload token to resolve issue.
error. Maybe I can merge first once you think this pr is ready and see what will happen.
Description
The goal is to improve the entity extraction step of
nano-graphrag
by leveraging from DSPy:TODOs
extract_entities_dspy
to mimicextract_entities
.Challenges
pydantic
fordspy.Signature
may be fuzzy for multiple output fields, which requires the user to be specific in the descriptions.reasoning
or in other output fields, this is true for most of the CoTs at this point.Results
With
dspy
:Without
dspy
: