mirror of
https://github.com/run-llama/llama_deploy.git
synced 2026-08-25 10:39:36 -04:00
[PR #319] [MERGED] fix: actually stream events from the async client #393
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/run-llama/llama_deploy/pull/319
Author: @masci
Created: 10/15/2024
Status: ✅ Merged
Merged: 10/15/2024
Merged by: @masci
Base:
main← Head:massi/debug-streaming📝 Commits (5)
b4a8acaremove duplicated codec57f83dfix streaming clientc165b45Merge branch 'main' into massi/debug-streaming936587ause async client503387drefresh the session object at each iteration📊 Changes
2 files changed (+38 additions, -57 deletions)
View changed files
📝
llama_deploy/client/async_client.py(+24 -22)📝
llama_deploy/control_plane/server.py(+14 -35)📄 Description
Fixes https://github.com/run-llama/llama_deploy/issues/308
Changes:
httpxis used to consume theStreamResponsefrom FastAPI🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.