graphiti/graphiti_core
Daniel Chalef a6bb9b3eca
Add group ID validation and error handling (#618)
- Introduced `GroupIdValidationError` to handle invalid group ID formats.
- Added `validate_group_id` function to check that group IDs contain only alphanumeric characters, dashes, or underscores.
- Integrated `validate_group_id` checks in the `Graphiti` class to ensure group IDs are validated during processing.
2025-06-24 09:33:54 -07:00
..
cross_encoder feat: add Azure client wrappers for embedding and LLM, integrate into server (#581) 2025-06-13 11:55:08 -04:00
driver update falkordb (#589) 2025-06-16 12:02:08 -04:00
embedder feat: add Azure client wrappers for embedding and LLM, integrate into server (#581) 2025-06-13 11:55:08 -04:00
llm_client Add support for falkordb (#575) 2025-06-13 12:06:57 -04:00
models Edge types (#501) 2025-05-19 13:30:56 -04:00
prompts Node name bug (#605) 2025-06-18 18:20:28 -04:00
search update driver (#583) 2025-06-13 14:12:09 -04:00
utils be more explicit about edge type signatures (#600) 2025-06-18 16:01:00 -04:00
__init__.py chore: Fix packaging (#38) 2024-08-25 10:07:50 -07:00
edges.py update driver (#583) 2025-06-13 14:12:09 -04:00
errors.py Add group ID validation and error handling (#618) 2025-06-24 09:33:54 -07:00
graph_queries.py update driver (#583) 2025-06-13 14:12:09 -04:00
graphiti.py Add group ID validation and error handling (#618) 2025-06-24 09:33:54 -07:00
graphiti_types.py Add support for falkordb (#575) 2025-06-13 12:06:57 -04:00
helpers.py Add group ID validation and error handling (#618) 2025-06-24 09:33:54 -07:00
nodes.py update driver (#583) 2025-06-13 14:12:09 -04:00
py.typed Add py.typed file (#105) 2024-09-11 08:44:06 -04:00