Zep Graph API accepts a maximum of 10 entity types or relation types per set_ontology request. When the LLM extracts more than 10 types, the backend sends them all at once, causing a 400 Bad Request. The fix batches entity_types and edge_definitions into chunks of 10 and calls set_ontology multiple times. Fixes #631 |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| graph_builder.py | ||
| oasis_profile_generator.py | ||
| ontology_generator.py | ||
| report_agent.py | ||
| simulation_config_generator.py | ||
| simulation_ipc.py | ||
| simulation_manager.py | ||
| simulation_runner.py | ||
| text_processor.py | ||
| zep_entity_reader.py | ||
| zep_graph_memory_updater.py | ||
| zep_tools.py | ||