Fix typo and clarify delimiter formatting in relationship extraction Prompt
- Fix "feild" → "field" typo - Clarify delimiter spacing rules
This commit is contained in:
parent
c8c59c38b0
commit
ec059d1b5d
1 changed files with 2 additions and 2 deletions
|
|
@ -33,7 +33,7 @@ For each pair of related entities, extract the following information:
|
|||
4. Format each relationship as:
|
||||
("relationship"{tuple_delimiter}<source_entity>{tuple_delimiter}<target_entity>{tuple_delimiter}<relationship_keywords>{tuple_delimiter}<relationship_description>)
|
||||
|
||||
5. Use `{tuple_delimiter}` as feild delimiter, and use `{record_delimiter}` as the list delimiter.
|
||||
5. Use `{tuple_delimiter}` as field delimiter. Use `{record_delimiter}` as the list delimiter. Ensure no spaces are added around the delimiters.
|
||||
|
||||
6. When finished, output `{completion_delimiter}`
|
||||
|
||||
|
|
@ -208,7 +208,7 @@ For each pair of related entities, extract the following information:
|
|||
4. Format each relationship as:
|
||||
("relationship"{tuple_delimiter}<source_entity>{tuple_delimiter}<target_entity>{tuple_delimiter}<relationship_keywords>{tuple_delimiter}<relationship_description>)
|
||||
|
||||
5. Use `{tuple_delimiter}` as feild delimiter, and use `{record_delimiter}` as the list delimiter.
|
||||
5. Use `{tuple_delimiter}` as field delimiter. Use `{record_delimiter}` as the list delimiter. Ensure no spaces are added around the delimiters.
|
||||
|
||||
6. When finished, output `{completion_delimiter}`
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue