mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-13 05:17:26 +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
|
## 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.
|
1. Install the necessary dependencies.
|
||||||
2. Configure your Llama Stack project to use Faiss.
|
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
|
## Installation
|
||||||
|
|
||||||
You can install faiss using pip:
|
You can install Faiss using pip:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
pip install faiss-cpu
|
pip install faiss-cpu
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue