mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-24 06:03:57 +00:00
Merge branch 'main' into feat/2729-configurable-embeddings-v2
This commit is contained in:
commit
02e13617c2
4 changed files with 66 additions and 59 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue