graphiti/graphiti_core/prompts
Daniel Chalef dc0088f936 fix: Improve edge extraction entity ID validation
Fixes invalid entity ID references in edge extraction that caused warnings like:
"WARNING: source or target node not filled WILL_FIND. source_node_uuid: 23 and target_node_uuid: 3"

Changes:
- Format ENTITIES list as proper JSON in prompt for better LLM parsing
- Clarify field descriptions to reference entity id from ENTITIES list
- Add explicit entity ID validation as #1 extraction rule with examples
- Improve error logging (removed PII, added entity count and valid range)

These changes follow patterns from extract_nodes.py and dedupe_nodes.py where
entity referencing works reliably.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-02 15:11:38 -07:00
..
__init__.py chore: Fix packaging (#38) 2024-08-25 10:07:50 -07:00
dedupe_edges.py Remove ensure_ascii configuration parameter (#969) 2025-10-02 15:10:57 -07:00
dedupe_nodes.py Remove ensure_ascii configuration parameter (#969) 2025-10-02 15:10:57 -07:00
eval.py Remove ensure_ascii configuration parameter (#969) 2025-10-02 15:10:57 -07:00
extract_edge_dates.py prompt update (#378) 2025-04-18 00:09:12 -04:00
extract_edges.py fix: Improve edge extraction entity ID validation 2025-10-02 15:11:38 -07:00
extract_nodes.py Remove ensure_ascii configuration parameter (#969) 2025-10-02 15:10:57 -07:00
invalidate_edges.py Node dedupe efficiency (#490) 2025-05-15 13:56:33 -04:00
lib.py Gemini support (#324) 2025-04-06 09:27:04 -07:00
models.py chore: update version to 0.9.3 and restructure dependencies (#338) 2025-04-08 20:47:38 -07:00
prompt_helpers.py Remove ensure_ascii configuration parameter (#969) 2025-10-02 15:10:57 -07:00
summarize_nodes.py Remove ensure_ascii configuration parameter (#969) 2025-10-02 15:10:57 -07:00