mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-03 09:53:45 +00:00
Added Elasticsearch in distrubution/starter/run
This commit is contained in:
parent
3d031227e6
commit
723589ecd8
1 changed files with 8 additions and 0 deletions
|
|
@ -146,6 +146,14 @@ providers:
|
||||||
persistence:
|
persistence:
|
||||||
namespace: vector_io::weaviate
|
namespace: vector_io::weaviate
|
||||||
backend: kv_default
|
backend: kv_default
|
||||||
|
- provider_id: ${env.ELASTICSEARCH_URL:+elasticsearch}
|
||||||
|
provider_type: remote::elasticsearch
|
||||||
|
config:
|
||||||
|
elasticsearch_api_key: ${env.ELASTICSEARCH_API_KEY:=}
|
||||||
|
elasticsearch_url: ${env.ELASTICSEARCH_URL:=localhost:9200}
|
||||||
|
persistence:
|
||||||
|
namespace: vector_io::elasticsearch
|
||||||
|
backend: kv_default
|
||||||
files:
|
files:
|
||||||
- provider_id: meta-reference-files
|
- provider_id: meta-reference-files
|
||||||
provider_type: inline::localfs
|
provider_type: inline::localfs
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue