mirror of
https://github.com/run-llama/llama_deploy.git
synced 2026-08-24 21:01:26 -04:00
[PR #106] [MERGED] [docs] Two fixes to provide better out-of-box experience to get started with llama agents #266
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/106
Author: @peteryxu
Created: 7/5/2024
Status: ✅ Merged
Merged: 7/6/2024
Merged by: @nerdai
Base:
main← Head:docsfix_92_97📝 Commits (3)
3f4ce8eadd missing embedding package: issue#9271b660badd test client execution delay: issue#972d517dcfix markdown lint error: no trailing space to pass PR merge📊 Changes
2 files changed (+8 additions, -2 deletions)
View changed files
📝
README.md(+1 -1)📝
examples/docker-kubernetes/README.md(+7 -1)📄 Description
This PR addresses two issues detailed in links below. Fixes are both docuement-related in the README.md. The purpose is to allow whoever clones the repo to be able to run samples out of box, without encountering package missing error in #92, or the null async response in #97.
#92
https://github.com/run-llama/llama-agents/issues/92
#97
https://github.com/run-llama/llama-agents/issues/97
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.