Closed prasmussen15 closed 1 month ago
perf: optimize node distance reranker and update podcast example
Optimize node_distance_reranker(), update podcast_runner.py, and clean up test_graphiti_int.py.
node_distance_reranker()
podcast_runner.py
test_graphiti_int.py
Key points:
search_utils.py
asyncio.gather
use_bulk
False
build_communities()
Generated with :heart: by ellipsis.dev
perf: optimize node distance reranker and update podcast example
Summary:
Optimize
node_distance_reranker()
, updatepodcast_runner.py
, and clean uptest_graphiti_int.py
.Key points:
node_distance_reranker()
insearch_utils.py
usingasyncio.gather
for parallel execution.podcast_runner.py
to process messages from 11 to 127 whenuse_bulk
isFalse
.test_graphiti_int.py
related tobuild_communities()
and initial search query.Generated with :heart: by ellipsis.dev