graphiti/graphiti_core
Daniel Chalef fe870b953f
Add max_coroutines parameter to Graphiti and update semaphore_gather function (#619)
- Introduced max_coroutines parameter in the Graphiti class to control the maximum number of concurrent operations.
- Updated the semaphore_gather function to accept max_coroutines as an optional argument, defaulting to SEMAPHORE_LIMIT if not provided.
- Adjusted multiple calls to semaphore_gather throughout the Graphiti class to utilize the new max_coroutines parameter for better concurrency management.
2025-06-24 09:32:16 -07:00
..
cross_encoder feat: add Azure client wrappers for embedding and LLM, integrate into server (#581) 2025-06-13 11:55:08 -04:00
driver update falkordb (#589) 2025-06-16 12:02:08 -04:00
embedder feat: add Azure client wrappers for embedding and LLM, integrate into server (#581) 2025-06-13 11:55:08 -04:00
llm_client Add support for falkordb (#575) 2025-06-13 12:06:57 -04:00
models Edge types (#501) 2025-05-19 13:30:56 -04:00
prompts Node name bug (#605) 2025-06-18 18:20:28 -04:00
search update driver (#583) 2025-06-13 14:12:09 -04:00
utils be more explicit about edge type signatures (#600) 2025-06-18 16:01:00 -04:00
__init__.py chore: Fix packaging (#38) 2024-08-25 10:07:50 -07:00
edges.py update driver (#583) 2025-06-13 14:12:09 -04:00
errors.py add entity type validation handling (#320) 2025-04-04 13:53:04 -04:00
graph_queries.py update driver (#583) 2025-06-13 14:12:09 -04:00
graphiti.py Add max_coroutines parameter to Graphiti and update semaphore_gather function (#619) 2025-06-24 09:32:16 -07:00
graphiti_types.py Add support for falkordb (#575) 2025-06-13 12:06:57 -04:00
helpers.py Add max_coroutines parameter to Graphiti and update semaphore_gather function (#619) 2025-06-24 09:32:16 -07:00
nodes.py update driver (#583) 2025-06-13 14:12:09 -04:00
py.typed Add py.typed file (#105) 2024-09-11 08:44:06 -04:00