MicroFish/backend/app
Md_Mushfiqur Rahim 2b50f39d5d fix: batch Zep set_ontology calls to respect 10-item API limit
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
2026-05-27 04:10:23 +00:00
..
api fix(i18n): replace hardcoded Chinese stage names in simulation prepare SSE 2026-04-01 17:31:00 +08:00
models feat(i18n): replace hardcoded Chinese in backend SSE progress messages 2026-04-01 16:32:10 +08:00
services fix: batch Zep set_ontology calls to respect 10-item API limit 2026-05-27 04:10:23 +00:00
utils refactor: add type hints and FileParser.is_supported() helper 2026-05-23 14:57:46 +08:00
__init__.py Implement Report Agent for automated report generation and interaction 2025-12-09 15:10:55 +08:00
config.py refactor: add type hints and FileParser.is_supported() helper 2026-05-23 14:57:46 +08:00