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 |
||
|---|---|---|
| .. | ||
| app | ||
| scripts | ||
| pyproject.toml | ||
| requirements.txt | ||
| run.py | ||
| uv.lock | ||