mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-12 13:00:39 +00:00
capitalize Faiss
Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>
This commit is contained in:
parent
f13b1c876e
commit
b301978340
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue