mirror of
https://github.com/vale981/ray
synced 2025-03-11 05:46:37 -04:00

This change adds introductory deployment graph documentation. Links to updated documentation: * [Model Composition](https://ray--26860.org.readthedocs.build/en/26860/serve/model_composition.html) * [Examples Overview](https://ray--26860.org.readthedocs.build/en/26860/serve/tutorials/index.html) * [Deployment Graph Pattern Overview](https://ray--26860.org.readthedocs.build/en/26860/serve/tutorials/deployment-graph-patterns.html) * [Pattern: Linear Pipeline](https://ray--26860.org.readthedocs.build/en/26860/serve/tutorials/deployment-graph-patterns/linear_pipeline.html) * [Pattern: Branching Input](https://ray--26860.org.readthedocs.build/en/26860/serve/tutorials/deployment-graph-patterns/branching_input.html) * [Pattern: Conditional](https://ray--26860.org.readthedocs.build/en/26860/serve/tutorials/deployment-graph-patterns/conditional.html) Co-authored-by: Archit Kulkarni <architkulkarni@users.noreply.github.com>
18 lines
769 B
Markdown
18 lines
769 B
Markdown
(serve-user-guides)=
|
||
# User Guides
|
||
|
||
If you’re new to Ray Serve, we recommend starting with the [Ray Serve Quick Start](getting_started).
|
||
|
||
This user guide will help you navigate the Ray Serve project and show you how achieve several tasks, for instance
|
||
you will learn
|
||
- [Create/Update/Delete Serve Deployments](managing-deployments)
|
||
- [Handling Dependencies](handling-dependencies)
|
||
- [Configuring HTTP and Bring Your own FastAPI app](http-guide)
|
||
- [Using HTTP Adapters](http-guide)
|
||
- [Composing Deployments](handle-guide)
|
||
- [Serving ML Models](ml-models)
|
||
- [Using Deployment Graphs](serve-model-composition-deployment-graph)
|
||
- [Deploying Ray Serve](deploying-serve)
|
||
- [Monitoring Ray Serve](monitoring)
|
||
- [Performance Tuning](performance)
|
||
- [Autoscaling](autoscaling)
|