graphiti/tests
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
..
cross_encoder Gemini client improvements; Gemini reranker (#645) 2025-06-30 12:55:17 -07:00
driver feat/falkordb dynamic graph names (#761) 2025-07-24 07:17:59 -07:00
embedder save edge update (#721) 2025-07-14 11:15:38 -04:00
evals add_episode() refactor (#421) 2025-04-30 12:08:52 -04:00
llm_client save edge update (#721) 2025-07-14 11:15:38 -04:00
utils fix: BFS max_depth parameter now properly controls traversal depth 2025-07-27 13:59:44 +03:00
helpers_test.py FalkorDB Integration: Bug Fixes and Unit Tests (#607) 2025-06-30 11:01:44 -04:00
test_entity_exclusion_int.py migrate to pyright (#646) 2025-06-30 12:04:21 -07:00
test_graphiti_falkordb_int.py reformat (#655) 2025-07-01 12:26:15 -04:00
test_graphiti_int.py Return reranker scores (#758) 2025-07-23 16:05:48 -04:00
test_node_falkordb_int.py reformat (#655) 2025-07-01 12:26:15 -04:00
test_node_int.py Node episodes list (#381) 2025-04-20 23:20:19 -04:00