PageIndex/pageindex/backend
Ray 7eae8caf3a fix: cancel the agent run when a local streaming query is abandoned
Runner.run_streamed starts the run eagerly; without an explicit cancel,
a consumer that breaks out of the stream (or a disconnected SSE client)
left the remaining turns — and their LLM calls — running to completion
in the background with no way to stop them. The cloud query_stream
already handled this; the local path now does too.
2026-07-21 18:03:49 +08:00
..
__init__.py feat: add PageIndex SDK with local/cloud dual-mode support (#207) 2026-04-08 20:21:58 +08:00
cloud.py chore: drop unused os import 2026-07-21 17:37:48 +08:00
local.py fix: cancel the agent run when a local streaming query is abandoned 2026-07-21 18:03:49 +08:00
protocol.py fix: enforce collection membership on cloud doc-scoped operations 2026-07-16 06:20:24 +08:00