Update graphiti_core/prompts/extract_nodes.py

Co-authored-by: Daniel Chalef <131175+danielchalef@users.noreply.github.com>
This commit is contained in:
Jack Ryan 2025-10-01 11:15:22 -05:00 committed by GitHub
parent 1f8fdf75dd
commit 4e43161646
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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. Indicate the classified entity type by providing its entity_type_id.
Guidelines: Guidelines:
1. Always try to extract any 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 2. Extract all entities mentioned in all other properties throughout the JSON structure
3. Do NOT extract any properties that contain dates 3. Do NOT extract any properties that contain dates
""" """