getzep / graphiti

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

ZEPAI-676: Remove fuzzy query in fulltext search to avoid errors with large queries #192

Closed prasmussen15 closed 1 month ago

prasmussen15 commented 1 month ago

[!IMPORTANT] Remove fuzzy query from fulltext_query() in search_utils.py to prevent errors with large queries.

  • Behavior:
    • Removed fuzzy query component from fulltext_query() in search_utils.py.
    • Simplifies query by using lucene_sanitize(query) instead of lucene_sanitize(query) + '~'.
  • Functions:
    • fulltext_query() no longer appends ~ to the sanitized query string.
  • Misc:
    • Update version in pyproject.toml from 0.3.11 to 0.3.12.

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