graphiti/tests/utils/search
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
..
search_utils_test.py chore: update version to 0.9.3 and restructure dependencies (#338) 2025-04-08 20:47:38 -07:00
test_bfs_depth_fix.py fix: BFS max_depth parameter now properly controls traversal depth 2025-07-27 13:59:44 +03:00