run-llama / llama_deploy

Deploy your agentic worfklows to production
https://docs.llamaindex.ai/en/stable/module_guides/workflow/deployment/
MIT License
1.71k stars 173 forks source link

Fix code examples in README.md and docs index.md #242

Closed gregmeldrum closed 1 week ago

gregmeldrum commented 1 week ago

The code examples, as written, in the README.md and index.md did not run which is a frustrating first experience with the framework. This PR has fixes I needed to get the core, workflow and client code examples running.

Also the link to the system_diagram png in the index.md needed updating so I fixed that as well.

logan-markewich commented 1 week ago

Whoops, thanks!