diff --git a/distributions/README.md b/distributions/README.md index 92640210b..a2a08e0a0 100644 --- a/distributions/README.md +++ b/distributions/README.md @@ -9,3 +9,4 @@ A Distribution is where APIs and Providers are assembled together to provide a c | Meta Reference | llamastack/distribution-meta-reference-gpu | [Guide](./meta-reference-gpu/) | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | | Ollama | llamastack/distribution-ollama | [Guide](./ollama/) | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | | TGI | llamastack/distribution-tgi | [Guide](./tgi/) | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | +| Together | llamastack/distribution-together | [Guide](./together/) | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | diff --git a/distributions/together/README.md b/distributions/together/README.md index d94887bab..f5e591004 100644 --- a/distributions/together/README.md +++ b/distributions/together/README.md @@ -45,6 +45,17 @@ inference: provider_type: remote::together config: url: https://api.together.xyz/v1 + 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: + weaviate_cluster_url: ``` **Via Conda**