mirror of
https://github.com/vale981/ray
synced 2025-03-07 02:51:39 -05:00
16 lines
No EOL
697 B
Markdown
16 lines
No EOL
697 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 Tunning](performance) |