Skip to content

Commit

Permalink
docs: Refactor more examples section (#5014)
Browse files Browse the repository at this point in the history
Refactor more examples section

Signed-off-by: Sherlock113 <[email protected]>
  • Loading branch information
Sherlock113 authored Oct 9, 2024
1 parent aed42c1 commit e2f2b05
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 32 deletions.
6 changes: 3 additions & 3 deletions docs/source/use-cases/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ This section provides a variety of example projects for you to learn how BentoML

Deploy custom models with BentoML.

.. grid-item-card:: :doc:`/use-cases/more-examples/index`
:link: /use-cases/more-examples/index
.. grid-item-card:: :doc:`/use-cases/more-examples`
:link: /use-cases/more-examples
:link-type: doc

More example projects to explore BentoML.
Expand All @@ -42,4 +42,4 @@ This section provides a variety of example projects for you to learn how BentoML
large-language-models/index
diffusion-models/index
custom-models/index
more-examples/index
more-examples
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
==============
Inference APIs
==============
=============
More examples
=============

Check out the following examples to deploy different inference APIs with BentoML.

Expand All @@ -13,12 +13,9 @@ Check out the following examples to deploy different inference APIs with BentoML
- `BentoBLIP <https://github.com/bentoml/BentoBlip>`_ - Leverage BLIP (Bootstrapping Language Image Pre-training) to improve the way AI models understand and process the relationship between images and textual descriptions.
- `BentoBark <https://github.com/bentoml/BentoBark>`_ - Generate highly realistic audio like music, background noise and simple sound effects with Bark.
- `BentoYolo <https://github.com/bentoml/BentoYolo>`_ - Build an object detection inference API server with YOLO.
- `RAG <https://github.com/bentoml/rag-tutorials>`_ - Self-host a private RAG app using custom embedding and language models.
- `BentoChatTTS <https://github.com/bentoml/BentoChatTTS>`_ - Deploy a text-to-speech model ChatTTS for dialogue scenarios like chatbots and virtual assistants.
- `BentoMoirai <https://github.com/bentoml/BentoMoirai/>`_ - Create a forecasting inference API for time-series data.
- `BentoResnet <https://github.com/bentoml/BentoResnet>`_ - Build an image classification inference API server with ResNet.
- `BentoFunctionCalling <https://github.com/bentoml/BentoFunctionCalling/>`_ - Build LLM function calling capabilities with BentoML.
- `BentoShield <https://github.com/bentoml/BentoShield/>`_ - Build an AI assistant using BentoML and ShieldGemma to evaluate the safety of prompts and filter out harmful content.
- `BentoLangGraph <https://github.com/bentoml/BentoLangGraph>`_ - Deploy a LangGraph AI agent application with BentoML.
- `BentoCrewAI <https://github.com/bentoml/BentoCrewAI>`_ - Deploy a CrewAI multi-agent application with BentoML.

Expand Down
23 changes: 0 additions & 23 deletions docs/source/use-cases/more-examples/index.rst

This file was deleted.

0 comments on commit e2f2b05

Please sign in to comment.