We are using version 3.0.6.
After modifying prompts/extract_graph.txt as
-Goal-
Given a text document that is potentially relevant to this activity and a list of entity types, identify all entities of those types from the text and all relationships among the identified entities.
-Steps-
1. Identify all entities. For each identified entity, extract the following information:
- entity_name: Name of the entity, KEEP THE ORIGINAL CASTING AND DO NOT CAPITALIZE IT
- entity_type: One of the following types: [{entity_types}]
- entity_description: Comprehensive description of the entity's attributes and activities
Format each entity as ("entity"<|><entity_name><|><entity_type><|><entity_description>)
And providing examples including different case. We always obtain entity and relationship in uppercase. How to adjust configurations to customize title of entities ?
We are using version 3.0.6.
After modifying prompts/extract_graph.txt as
And providing examples including different case. We always obtain entity and relationship in uppercase. How to adjust configurations to customize title of entities ?