This commit is contained in:
Xi Yan 2024-10-21 18:01:20 -07:00
parent 74b7a8cb2e
commit 69d7011ed6
2 changed files with 12 additions and 0 deletions

View file

@ -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**