From b301978340431c3d262409c8d3833313c362fd65 Mon Sep 17 00:00:00 2001 From: Francisco Javier Arceo Date: Fri, 21 Feb 2025 12:21:52 -0500 Subject: [PATCH] capitalize Faiss Signed-off-by: Francisco Javier Arceo --- docs/source/providers/vector_io/faiss.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/providers/vector_io/faiss.md b/docs/source/providers/vector_io/faiss.md index 68ae36d70..f894190eb 100644 --- a/docs/source/providers/vector_io/faiss.md +++ b/docs/source/providers/vector_io/faiss.md @@ -15,7 +15,7 @@ That means you'll get fast and efficient vector retrieval. ## Usage -To use faiss in your Llama Stack project, follow these steps: +To use Faiss in your Llama Stack project, follow these steps: 1. Install the necessary dependencies. 2. Configure your Llama Stack project to use Faiss. @@ -23,7 +23,7 @@ To use faiss in your Llama Stack project, follow these steps: ## Installation -You can install faiss using pip: +You can install Faiss using pip: ```bash pip install faiss-cpu