getzep / graphiti

Build and query dynamic, temporally-aware Knowledge Graphs
https://help.getzep.com/graphiti
Apache License 2.0
1.37k stars 72 forks source link

feat: async close and multi-group search support #151

Closed paul-paliychuk closed 1 month ago

paul-paliychuk commented 1 month ago

[!IMPORTANT] The PR makes close() in Graphiti asynchronous, updates search for multiple group IDs, and bumps version to 0.3.5.

  • close() in Graphiti is now asynchronous, improving resource management.
  • SearchQuery in retrieve.py accepts group_ids as a list for multi-group searches.
  • search() in retrieve.py updated for enhanced search flexibility.
  • Minor updates in zep_graphiti.py for async close().
  • Version bump in pyproject.toml from 0.3.4 to 0.3.5.

This description was created by Ellipsis for 70f64d07b2c56334b4ebd6438d82c532fd2ef83d. It will automatically update as commits are pushed.