forked from phoenix-oss/llama-stack-mirror
* fix case where memory bank is registered without provider_id * memory test * agents unit test
24 lines
703 B
YAML
24 lines
703 B
YAML
providers:
|
|
- provider_id: test-faiss
|
|
provider_type: meta-reference
|
|
config: {}
|
|
- provider_id: test-chromadb
|
|
provider_type: remote::chromadb
|
|
config:
|
|
host: localhost
|
|
port: 6001
|
|
- provider_id: test-remote
|
|
provider_type: remote
|
|
config:
|
|
host: localhost
|
|
port: 7002
|
|
- provider_id: test-weaviate
|
|
provider_type: remote::weaviate
|
|
config: {}
|
|
# if a provider needs private keys from the client, they use the
|
|
# "get_request_provider_data" function (see distribution/request_headers.py)
|
|
# this is a place to provide such data.
|
|
provider_data:
|
|
"test-weaviate":
|
|
weaviate_api_key: 0xdeadbeefputrealapikeyhere
|
|
weaviate_cluster_url: http://foobarbaz
|