mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-13 04:22:35 +00:00
readme
This commit is contained in:
parent
74b7a8cb2e
commit
69d7011ed6
2 changed files with 12 additions and 0 deletions
|
|
@ -45,6 +45,17 @@ inference:
|
|||
provider_type: remote::together
|
||||
config:
|
||||
url: https://api.together.xyz/v1
|
||||
api_key: <optional api key>
|
||||
```
|
||||
|
||||
Together distribution comes with weaviate as Memory provider. We also need to configure the remote weaviate API key and URL in `run.yaml` to get memory API.
|
||||
```
|
||||
memory:
|
||||
- provider_id: meta0
|
||||
provider_type: remote::weaviate
|
||||
config:
|
||||
weaviate_api_key: <ENTER_WEAVIATE_API_KEY>
|
||||
weaviate_cluster_url: <ENTER_WEAVIATE_CLUSTER_URL>
|
||||
```
|
||||
|
||||
**Via Conda**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue