mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-24 03:28:02 +00:00
chore: Migrating kvstore into openai_vector_store_mixin.py
Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>
This commit is contained in:
parent
618ccea090
commit
938786733c
14 changed files with 173 additions and 125 deletions
|
|
@ -128,6 +128,7 @@ def get_distribution_template() -> DistributionTemplate:
|
|||
provider_id="${env.ENABLE_PGVECTOR:+pgvector}",
|
||||
provider_type="remote::pgvector",
|
||||
config=PGVectorVectorIOConfig.sample_run_config(
|
||||
f"~/.llama/distributions/{name}",
|
||||
db="${env.PGVECTOR_DB:=}",
|
||||
user="${env.PGVECTOR_USER:=}",
|
||||
password="${env.PGVECTOR_PASSWORD:=}",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue