mirror of
https://github.com/run-llama/llama_deploy.git
synced 2026-08-25 10:39:36 -04:00
[PR #285] [MERGED] feat: Add "local" source manager #376
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/285
Author: @masci
Created: 10/3/2024
Status: ✅ Merged
Merged: 10/4/2024
Merged by: @masci
Base:
main← Head:massi/local-source📝 Commits (6)
05ed488rewrite the README intro43c5fd3add local source managerf445408add quick start exampleb469ac7reorganize existing content12a2823minor3705e0bfix typo📊 Changes
8 files changed (+234 additions, -47 deletions)
View changed files
📝
README.md(+167 -44)➕
examples/quick_start/quick_start.yml(+14 -0)➕
examples/quick_start/src/workflow.py(+24 -0)📝
llama_deploy/apiserver/config_parser.py(+1 -0)📝
llama_deploy/apiserver/deployment.py(+5 -2)📝
llama_deploy/apiserver/source_managers/__init__.py(+2 -1)➕
llama_deploy/apiserver/source_managers/local.py(+21 -0)📝
system_diagram.png(+0 -0)📄 Description
This PR adds a local source manager that can be used instead of the git source manager for local experiments and demonstration purposes.
It was used to rewrite the README and can be possibly used in the docs as well, see the preview here.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.