mirror of
https://github.com/run-llama/llama_deploy.git
synced 2026-08-24 21:01:26 -04:00
[PR #474] [MERGED] docs: improve Python SDK documentation #487
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/474
Author: @masci
Created: 3/3/2025
Status: ✅ Merged
Merged: 3/3/2025
Merged by: @masci
Base:
main← Head:massi/sdk-docs📝 Commits (1)
607fec1docs: improve Python SDK documentation📊 Changes
6 files changed (+69 additions, -22 deletions)
View changed files
📝
docs/docs/api_reference/llama_deploy/python_sdk.md(+13 -2)📝
docs/docs/api_reference/llama_deploy/types.md(+0 -5)📝
docs/docs/module_guides/llama_deploy/40_python_sdk.md(+12 -4)📝
llama_deploy/client/client.py(+2 -2)📝
llama_deploy/client/models/apiserver.py(+21 -5)📝
llama_deploy/client/models/core.py(+21 -4)📄 Description
Clarify that for
client.coreto work, the Control Plane must be reachable from the client code.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.