-
Notifications
You must be signed in to change notification settings - Fork 3.4k
[help]: How to create title of entities not capitalized #2300
Copy link
Copy link
Open
Description
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 ?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels