minor update of the doc: faiss -> pgvector

This commit is contained in:
Jeremy Choi 2025-07-18 11:42:21 +10:00
parent d64e096c5f
commit b86201008d

View file

@ -17,7 +17,7 @@ That means you'll get fast and efficient vector retrieval.
To use PGVector in your Llama Stack project, follow these steps:
1. Install the necessary dependencies.
2. Configure your Llama Stack project to use Faiss.
2. Configure your Llama Stack project to use pgvector. (e.g. remote::pgvector)
3. Start storing and querying vectors.
## Installation