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

refactor: remove unnecessary type casting in `search()` function #153

Closed paul-paliychuk closed 1 month ago

paul-paliychuk commented 1 month ago

[!IMPORTANT] Remove unnecessary type casting in search() function in retrieve.py.

  • Code Simplification:
    • Removed unnecessary type casting of query.group_ids in search() function in retrieve.py.
    • Eliminated import of List, Optional, and cast from typing in retrieve.py.

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