mirror of
https://github.com/vale981/ray
synced 2025-03-10 05:16:49 -04:00

- new section of doc for autoscaling (introduction of serve autoscaling and config parameter) - Remove the version requirement note inside the doc Co-authored-by: Simon Mo <simon.mo@hey.com> Co-authored-by: Edward Oakes <ed.nmi.oakes@gmail.com> Co-authored-by: shrekris-anyscale <92341594+shrekris-anyscale@users.noreply.github.com> Co-authored-by: Archit Kulkarni <architkulkarni@users.noreply.github.com>
17 lines
726 B
Markdown
17 lines
726 B
Markdown
# 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-adapters)
|
||
- [Composing Deployments](handle-guide)
|
||
- [Serving ML Models](ml-models)
|
||
- [Using Deployment Graph](deployment-graph)
|
||
- [Deploying Ray Serve](deploying-serve)
|
||
- [Debugging/Monitoring](monitoring)
|
||
- [Performance Tuning](performance)
|
||
- [Autoscaling](autoscaling)
|