From d18bd7187a16c2069fef3d5980313e5516a6bdfe Mon Sep 17 00:00:00 2001 From: Yuan Tang Date: Sun, 23 Feb 2025 22:18:22 -0500 Subject: [PATCH] Update index.md --- docs/source/providers/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/providers/index.md b/docs/source/providers/index.md index cc654823e..e039e90b0 100644 --- a/docs/source/providers/index.md +++ b/docs/source/providers/index.md @@ -1,7 +1,7 @@ # Providers Overview The goal of Llama Stack is to build an ecosystem where users can easily swap out different implementations for the same API. Examples for these include: -- LLM inference providers (e.g., Fireworks, Together, AWS Bedrock, Groq, Cerebras, SambaNova, etc.), +- LLM inference providers (e.g., Fireworks, Together, AWS Bedrock, Groq, Cerebras, SambaNova, vLLM, etc.), - Vector databases (e.g., ChromaDB, Weaviate, Qdrant, FAISS, PGVector, etc.), - Safety providers (e.g., Meta's Llama Guard, AWS Bedrock Guardrails, etc.)