diff --git a/distributions/together/README.md b/distributions/together/README.md index 2c2b53767..1234cab7e 100644 --- a/distributions/together/README.md +++ b/distributions/together/README.md @@ -8,7 +8,7 @@ The `llamastack/distribution-together` distribution consists of the following pr | **API** | **Inference** | **Agents** | **Memory** | **Safety** | **Telemetry** | |----------------- |--------------- |---------------- |-------------------------------------------------- |---------------- |---------------- | -| **Provider(s)** | remote::together | meta-reference | remote::weaviate | meta-reference | meta-reference | +| **Provider(s)** | remote::together | meta-reference | meta-reference, remote::weaviate | meta-reference | meta-reference | ### Start the Distribution (Single Node CPU) @@ -49,16 +49,6 @@ inference: 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: weaviate0 - provider_type: remote::weaviate - config: - weaviate_api_key: - weaviate_cluster_url: -``` - **Via Conda** ```bash diff --git a/distributions/together/run.yaml b/distributions/together/run.yaml index 355080f61..a08520464 100644 --- a/distributions/together/run.yaml +++ b/distributions/together/run.yaml @@ -25,9 +25,7 @@ providers: memory: - provider_id: meta0 provider_type: remote::weaviate - config: - weaviate_api_key: - weaviate_cluster_url: + config: {} agents: - provider_id: meta0 provider_type: meta-reference diff --git a/llama_stack/templates/together/build.yaml b/llama_stack/templates/together/build.yaml index 29be35c62..fe48e4586 100644 --- a/llama_stack/templates/together/build.yaml +++ b/llama_stack/templates/together/build.yaml @@ -6,8 +6,6 @@ distribution_spec: memory: - meta-reference - remote::weaviate - - remote::chromadb - - remote::pgvector safety: remote::together agents: meta-reference telemetry: meta-reference