You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 10, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: docs/deployment.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ title: "☁️ Deployment"
4
4
---
5
5
6
6
:::caution Alpha Status
7
-
Chroma Server is currently in Alpha. We are working hard to move Chroma from a in-memory single-process oriented library to a distributed production-grade DB!
7
+
Chroma Server is currently in Alpha. We are working hard to move Chroma from an in-memory single-process oriented library to a distributed production-grade DB!
8
8
-[x] Alpha <- Currently
9
9
-[ ] Technical Preview - ~1 month away, powered by a completely new backend
10
10
-[ ] Full production
@@ -21,9 +21,9 @@ provided a very simple AWS CloudFormation template to experiment with
21
21
deploying Chroma to EC2 on AWS.
22
22
23
23
## Hosted Chroma
24
-
We want to offer hosted Chroma and we need your help.
24
+
We want to offer hosted Chroma, and we need your help.
25
25
26
-
Fill out the survey to jump the waitlist. Coming Q3 2023.
26
+
Fill out the survey to jump the wait-list. Coming Q3 2023.
27
27
28
28
[📝 30 second survey](https://airtable.com/shrOAiDUtS2ILy5vZ)
29
29
@@ -43,7 +43,7 @@ authenticating proxy.
43
43
44
44
:warning: By default, this template saves all data on a single
45
45
volume. When you delete or replace it, the data will disappear. For
46
-
serious production use (with high availability, backups, etc) please
46
+
serious production use (with high availability, backups, etc.) please
47
47
read and understand the CloudFormation template and use it as a basis
48
48
for what you need, or reach out to the Chroma team for assistance.
49
49
@@ -161,4 +161,4 @@ unless you've taken a snapshot or otherwise backed it up.
161
161
162
162
### Troubleshooting
163
163
164
-
If you get an error saying `No default VPC for this user` when creating `ChromaInstanceSecurityGroup`, head to [AWS VPC section](https://us-east-1.console.aws.amazon.com/vpc/home?region=us-east-1#vpcs) and create deafault VPC for your user
164
+
If you get an error saying `No default VPC for this user` when creating `ChromaInstanceSecurityGroup`, head to [AWS VPC section](https://us-east-1.console.aws.amazon.com/vpc/home?region=us-east-1#vpcs) and create a default VPC for your user.
###### In Chroma's Backend Using Environment Variables
28
+
29
+
Set `ANONYMIZED_TELEMETRY` to `False` in your shell or server environment.
30
+
31
+
If you are running Chroma on your local computer with `docker-compose` you can set this value in an `.env` file placed in the same directory as the `docker-compose.yml` file:
32
+
33
+
```
34
+
ANONYMIZED_TELEMETRY=False
35
+
```
36
+
23
37
## **What do you track?**
24
38
25
39
We will only track usage details that help us make product decisions, specifically:
26
40
27
41
- Chroma version and environment
28
-
- Usage of embedding functions that ship with Chroma and and aggregated usage of custom embeddings (we collect no information about the custom embeddings themselves)
42
+
- Usage of embedding functions that ship with Chroma and aggregated usage of custom embeddings (we collect no information about the custom embeddings themselves)
29
43
- Collection commands. We track the anonymized uuid of a collection as well as the number of items
0 commit comments