mirror of
https://github.com/microsoft/graphrag.git
synced 2026-02-07 19:52:44 +08:00
fix for issue 515 (#925)
* fix for issue 515 * semver impact document --------- Co-authored-by: Kanishk Tyagi <kanishktyagi@Kanishks-MacBook-Pro.local> Co-authored-by: Alonso Guevara <alonsog@microsoft.com>
This commit is contained in:
parent
480181769c
commit
a3048487a1
@ -0,0 +1,4 @@
|
||||
{
|
||||
"type": "patch",
|
||||
"description": "Fixed a bug in prompt tuning process"
|
||||
}
|
||||
@ -22,7 +22,7 @@ For each pair of related entities, extract the following information:
|
||||
- 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!
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user