Skip to content

Commit

Permalink
fix for issue 515 (#925)
Browse files Browse the repository at this point in the history
* fix for issue 515

* semver impact document

---------

Co-authored-by: Kanishk Tyagi <[email protected]>
Co-authored-by: Alonso Guevara <[email protected]>
  • Loading branch information
3 people authored Aug 28, 2024
1 parent 4801817 commit a304848
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .semversioner/next-release/patch-20240814063732868394.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"type": "patch",
"description": "Fixed a bug in prompt tuning process"
}
2 changes: 1 addition & 1 deletion graphrag/prompt_tune/prompt/entity_relationship.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
- relationship_strength: an integer score between 1 to 10, indicating strength of the relationship between the source entity and target entity
Format each relationship as ("relationship"{{tuple_delimiter}}<source_entity>{{tuple_delimiter}}<target_entity>{{tuple_delimiter}}<relationship_description>{{tuple_delimiter}}<relationship_strength>)
3. Return output in {language} as a single list of all the entities and relationships identified in steps 1 and 2. Use **{{record_delimiter}}** as the list delimiter.
3. Return output in {language} as a single list of all the entities and relationships identified in steps 1 and 2. Use {{record_delimiter}} as the list delimiter.
4. If you have to translate into {language}, just translate the descriptions, nothing else!
Expand Down

0 comments on commit a304848

Please sign in to comment.