Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions benchmarks/graphiti/src/memory.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@
with the same models. Override with ``--param model=...`` /
``--param embedding_model=...``; an explicit ``--param model=none`` (or
``embedding_model=none``) falls back to graphiti-core's own default.
The LLM client runs with a raised completion ceiling (``LLM_MAX_TOKENS``)
so gpt-5-mini's reasoning bursts cannot truncate structured output
mid-JSON, and teardown closes every async client before its event loop.
"""

import asyncio
Expand Down
Loading