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

test escape characters #171

Closed prasmussen15 closed 1 month ago

prasmussen15 commented 1 month ago

[!IMPORTANT] Add '/' to lucene_sanitize() escape list and test in helpers_test.py.

  • Behavior:
    • Add '/' to the list of characters escaped by lucene_sanitize() in helpers.py.
  • Testing:
    • New test test_lucene_sanitize() in helpers_test.py to verify escaping of all special characters including '/'.

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