graphiti/graphiti_core
Pavlo Paliychuk 19a6ebc6fe
Fix groupless search (#118)
* fix(search): 🐛 Search across null group_ids

* chore: Version bump

* chore: Set group_ids to none if it's an empty list

* fix: Check for group ids being a list before setting it to None if empty

* fix check

* chore: Simplify group_ids check

* chore: Simplify the check further
2024-09-16 16:23:07 -04:00
..
llm_client Search refactor + Community search (#111) 2024-09-16 14:03:05 -04:00
prompts Search refactor + Community search (#111) 2024-09-16 14:03:05 -04:00
search Fix groupless search (#118) 2024-09-16 16:23:07 -04:00
utils Community nodes (#103) 2024-09-11 12:06:35 -04:00
__init__.py chore: Fix packaging (#38) 2024-08-25 10:07:50 -07:00
edges.py feat: add error handling for missing nodes and edges, introduce new API endpoints, and update ZepGraphiti class (#104) 2024-09-11 12:53:17 -04:00
errors.py Search refactor + Community search (#111) 2024-09-16 14:03:05 -04:00
graphiti.py Search refactor + Community search (#111) 2024-09-16 14:03:05 -04:00
helpers.py Search refactor + Community search (#111) 2024-09-16 14:03:05 -04:00
nodes.py feat: add error handling for missing nodes and edges, introduce new API endpoints, and update ZepGraphiti class (#104) 2024-09-11 12:53:17 -04:00
py.typed Add py.typed file (#105) 2024-09-11 08:44:06 -04:00