Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Update examples index #5080

Merged
merged 2 commits into from
Nov 12, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 17 additions & 9 deletions docs/source/use-cases/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -41,23 +41,31 @@ See the following lists for a complete collection of BentoML example projects. B
LLMs
----

Serve LLMs with BentoML and vLLM:
Deploy an OpenAI-compatible LLM API service:

- `Llama 3.2 90B <https://github.com/bentoml/BentoVLLM/tree/main/llama3.2-90b-instruct>`_
- `Llama 3.1 70B <https://github.com/bentoml/BentoVLLM/tree/main/llama3.1-70b-instruct-awq>`_
- `Mistral 7B <https://github.com/bentoml/BentoVLLM/tree/main/mistral-7b-instruct>`_
- `Pixtral 12B <https://github.com/bentoml/BentoVLLM/tree/main/pixtral-12b>`_
- `Phi 3 mini <https://github.com/bentoml/BentoVLLM/tree/main/phi-3-mini-4k-instruct>`_
- Check out the `BentoVLLM project <https://github.com/bentoml/BentoVLLM>`_ to see more examples

Build compound AI systems on top of LLMs:
Choose your LLM Inference runtime:

- `Build an AI agent with function calling using BentoML <https://github.com/bentoml/BentoFunctionCalling>`_
- `Build a LangGraph agent application with BentoML <https://github.com/bentoml/BentoLangGraph>`_
- `Build a multi-agent application with CrewAI and BentoML <https://github.com/bentoml/BentoCrewAI>`_
- `Build an AI assistant to ensure LLM safety with BentoML and ShieldGemma <https://github.com/bentoml/BentoShield/>`_
- `Build a RAG system for document ingestion and search with LlamaIndex and BentoML <https://github.com/bentoml/rag-tutorials>`_
- `Build a voice agent with open-source models using Twilio, Pipecat and BentoML <https://github.com/bentoml/BentoVoiceAgent>`_
- `vLLM <https://github.com/bentoml/BentoVLLM>`_ (or `OpenLLM <https://github.com/bentoml/OpenLLM>`_)
- `TensorRT-LLM <https://github.com/bentoml/BentoTRTLLM>`_
- `LMDeploy <https://github.com/bentoml/BentoLMDeploy>`_
- `MLC-LLM <https://github.com/bentoml/BentoMLCLLM>`_
- `SGLang <https://github.com/bentoml/BentoSGLang>`_
- `Hugging Face TGI <https://github.com/bentoml/BentoTGI>`_

Advanced examples:

- `Agent: Function calling <https://github.com/bentoml/BentoFunctionCalling>`_
- `Agent: LangGraph <https://github.com/bentoml/BentoLangGraph>`_
- `Multi-agent: CrewAI <https://github.com/bentoml/BentoCrewAI>`_
- `LLM safety: ShieldGemma <https://github.com/bentoml/BentoShield/>`_
- `RAG: LlamaIndex <https://github.com/bentoml/rag-tutorials>`_
- `Phone call agent <https://github.com/bentoml/BentoVoiceAgent>`_

Image and video
---------------
Expand Down