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 4bf6566 commit 1ea97d2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
branches:
- main
- dev
- "**/**"
- "**"
paths-ignore:
- '**/*.md'
- '**/*.ipynb'
Expand Down
2 changes: 2 additions & 0 deletions nano_graphrag/entity_extraction/module.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,8 @@ 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 1ea97d2

Please sign in to comment.