graphiti/graphiti_core
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 Bulk ingestion (#698) 2025-07-10 12:14:49 -04: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
llm_client save edge update (#721) 2025-07-14 11:15:38 -04:00
models save edge update (#721) 2025-07-14 11:15:38 -04:00
prompts Bulk updates (#732) 2025-07-16 02:26:33 -04:00
search fix: BFS max_depth parameter now properly controls traversal depth 2025-07-27 13:59:44 +03:00
telemetry feat: add telemetry with PostHog and update Docker configurations (#633) 2025-06-27 12:23:30 -07:00
utils make egg_operations more robust (#737) 2025-07-16 17:12:20 -04:00
__init__.py chore: Fix packaging (#38) 2024-08-25 10:07:50 -07:00
edges.py Return embeddings option in get_by_uuids (#736) 2025-07-16 11:09:10 -04:00
errors.py Add group ID validation and error handling (#618) 2025-06-24 09:33:54 -07:00
graph_queries.py update driver (#583) 2025-06-13 14:12:09 -04:00
graphiti.py feat/falkordb dynamic graph names (#761) 2025-07-24 07:17:59 -07:00
graphiti_types.py Add support for falkordb (#575) 2025-06-13 12:06:57 -04:00
helpers.py update max query length 2025-07-21 19:39:31 -04:00
nodes.py Return embeddings option in get_by_uuids (#736) 2025-07-16 11:09:10 -04:00
py.typed Add py.typed file (#105) 2024-09-11 08:44:06 -04:00