ray/doc/source/serve/user-guide.md
Simon Mo 824c1d80dd
[Serve][Doc] Add Batching User Guide (#27731)
Add a new page discussing how to use the batching decorator.
2022-08-11 14:06:27 -05:00

19 lines
810 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

(serve-user-guides)=
# User Guides
If youre 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)
- [Use Request Batching](batching-guide)
- [Using Deployment Graphs](serve-model-composition-deployment-graph)
- [Deploying Ray Serve](deploying-serve)
- [Monitoring Ray Serve](monitoring)
- [Performance Tuning](performance)
- [Autoscaling](autoscaling)