graphiti/graphiti_core/utils/maintenance
Daniel Chalef 567a8ab74a
Implement OpenAI Structured Output (#225)
* implement so

* bug fixes and typing

* inject schema for non-openai clients

* correct datetime format

* remove List keyword

* Refactor node_operations.py to use updated prompt_library functions

* update example
2024-12-05 07:03:18 -08:00
..
__init__.py
community_operations.py Implement OpenAI Structured Output (#225) 2024-12-05 07:03:18 -08:00
edge_operations.py Implement OpenAI Structured Output (#225) 2024-12-05 07:03:18 -08:00
graph_data_operations.py
node_operations.py Implement OpenAI Structured Output (#225) 2024-12-05 07:03:18 -08:00
temporal_operations.py Implement OpenAI Structured Output (#225) 2024-12-05 07:03:18 -08:00
utils.py