graphiti/tests/utils
Pavel Jakovlev 2d085f61bb fix: BFS max_depth parameter now properly controls traversal depth
- Fixed hardcoded {1,3} path lengths in both edge_bfs_search and node_bfs_search
- Replaced with {1,} to use the bfs_max_depth parameter correctly
- Added tests to verify the fix works
- Resolves issue where bfs_max_depth=1 would still traverse 3 hops

Closes #772
2025-07-27 13:59:44 +03:00
..
maintenance Node dedupe efficiency (#490) 2025-05-15 13:56:33 -04:00
search fix: BFS max_depth parameter now properly controls traversal depth 2025-07-27 13:59:44 +03:00