diff --git a/graphiti_core/prompts/extract_nodes.py b/graphiti_core/prompts/extract_nodes.py index 3b98a84a..9d774ab8 100644 --- a/graphiti_core/prompts/extract_nodes.py +++ b/graphiti_core/prompts/extract_nodes.py @@ -151,7 +151,7 @@ For each entity extracted, also determine its entity type based on the provided Indicate the classified entity type by providing its entity_type_id. Guidelines: -1. Always try to extract an entities that the JSON represents. This will often be something like a "name" or "user field +1. Extract all entities that the JSON represents. This will often be something like a "name" or "user" field 2. Extract all entities mentioned in all other properties throughout the JSON structure 3. Do NOT extract any properties that contain dates """