From 1b3ea7eedd1c766f99b0445319a51a607701904f Mon Sep 17 00:00:00 2001 From: Sherlock Xu <65327072+Sherlock113@users.noreply.github.com> Date: Wed, 13 Nov 2024 19:49:17 +0800 Subject: [PATCH] docs: Update example list (#5083) * Update example list Signed-off-by: Sherlock113 * Add examples Signed-off-by: Sherlock113 --------- Signed-off-by: Sherlock113 --- docs/source/use-cases/index.rst | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/source/use-cases/index.rst b/docs/source/use-cases/index.rst index 0ca6ea6aa63..ddac9be929b 100644 --- a/docs/source/use-cases/index.rst +++ b/docs/source/use-cases/index.rst @@ -66,6 +66,7 @@ Advanced examples: - `LLM safety: ShieldGemma `_ - `RAG: LlamaIndex `_ - `Phone call agent `_ +- `Multi-LLM routing `_ Image and video --------------- @@ -77,6 +78,7 @@ Serve text-to-image and image-to-image models with BentoML: - `Stable Diffusion XL Turbo `_ - `Stable Video Diffusion `_ - `ControlNet `_ +- `ComfyUI `_ - Check out the `BentoDiffusion project `_ to see more examples Audio @@ -89,6 +91,7 @@ Serve text-to-speech and speech-to-text models with BentoML: - `XTTS with a streaming endpoint `_ - `WhisperX `_ - `Bark `_ +- `Moshi `_ Computer vision --------------- @@ -105,6 +108,7 @@ Build embedding inference APIs with BentoML: - `SentenceTransformers `_ - `CLIP `_ +- `ColPali `_ Custom models ------------- @@ -118,5 +122,5 @@ Serve custom models with BentoML: Others ------ -- `Build an image captioning inference API with BLIP and BentoML `_ -- `Build a forecasting inference API for time-series data with Moirai and BentoML `_ +- `BLIP inference API for image captioning and VQA (Visual Question Answering) `_ +- `Serving Moirai: Time-series forecasting as a service `_