graphiti/graphiti_core/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
..
__init__.py chore: Fix packaging (#38) 2024-08-25 10:07:50 -07:00
search.py Return reranker scores (#758) 2025-07-23 16:05:48 -04:00
search_config.py Return reranker scores (#758) 2025-07-23 16:05:48 -04:00
search_config_recipes.py add episode scope to search (#362) 2025-04-15 19:27:56 -04:00
search_filters.py update search filters (#706) 2025-07-11 10:53:15 -04:00
search_helpers.py add episode scope to search (#362) 2025-04-15 19:27:56 -04:00
search_utils.py fix: BFS max_depth parameter now properly controls traversal depth 2025-07-27 13:59:44 +03:00