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 |
||
|---|---|---|
| .. | ||
| api | ||
| models | ||
| services | ||
| utils | ||
| __init__.py | ||
| config.py | ||