graphiti/graphiti_core/llm_client
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 Fix llm client retry (#102) 2024-09-10 08:15:27 -07:00
anthropic_client.py Implement OpenAI Structured Output (#225) 2024-12-05 07:03:18 -08:00
client.py Implement OpenAI Structured Output (#225) 2024-12-05 07:03:18 -08:00
config.py feat: Dedicated embedder interface (#159) 2024-09-27 12:47:04 -04:00
errors.py Implement OpenAI Structured Output (#225) 2024-12-05 07:03:18 -08:00
groq_client.py Implement OpenAI Structured Output (#225) 2024-12-05 07:03:18 -08:00
openai_client.py Implement OpenAI Structured Output (#225) 2024-12-05 07:03:18 -08:00
utils.py update new names with input_data (#204) 2024-10-29 11:03:31 -04:00