graphiti/tests/utils
Daniel Chalef 3432602eb7 test: Add tests for edge deduplication fixes
Added three tests to verify the edge deduplication fixes:

1. test_dedupe_edges_bulk_deduplicates_within_episode: Verifies that
   dedupe_edges_bulk now compares edges from the same episode after
   removing the `if i == j: continue` check.

2. test_resolve_extracted_edge_uses_integer_indices_for_duplicates:
   Validates that the LLM receives integer indices for duplicate
   detection and correctly processes returned duplicate_facts.

3. test_resolve_extracted_edges_fast_path_deduplication: Confirms that
   the fast-path exact string matching deduplicates identical edges
   before parallel processing, preventing race conditions.

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-30 20:48:53 -07:00
..
maintenance test: Add tests for edge deduplication fixes 2025-09-30 20:48:53 -07:00
search chore: update version to 0.9.3 and restructure dependencies (#338) 2025-04-08 20:47:38 -07:00