Skip to content

Commit

Permalink
Trigger workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
NumberChiffre committed Sep 24, 2024
1 parent 1ea97d2 commit 54b5a4e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ on:
branches:
- main
- dev
- "**"
paths-ignore:
- '**/*.md'
- '**/*.ipynb'
Expand Down
2 changes: 0 additions & 2 deletions nano_graphrag/entity_extraction/module.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,6 @@ def __init__(self, lm: dspy.LM = None, reasoning: dspy.OutputField = None, max_r
super().__init__()
self.lm = lm
self.entity_types = ENTITY_TYPES

# [Terence]: Reminder to switch to ChainOfThought if possible with dspy-ai>=2.5.0
self.extractor = dspy.TypedChainOfThought(
signature=CombinedExtraction,
reasoning=reasoning,
Expand Down

0 comments on commit 54b5a4e

Please sign in to comment.