Skip to content

Commit 70d29d8

Browse files
[Add] ChromaDB Marketplace Documentation (#7381)
* initial chroma commit * Copy edits * Copy edits --------- Co-authored-by: Nathan Melehan <nmelehan@akamai.com>
1 parent 84372d3 commit 70d29d8

1 file changed

Lines changed: 49 additions & 0 deletions

File tree

  • docs/marketplace-docs/guides/chroma
Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
---
2+
title: "Deploy Chroma through the Linode Marketplace"
3+
description: "Learn how to deploy Chroma, the AI-native open-source embedding database, on an Akamai Compute Instance."
4+
published: 2026-01-29
5+
keywords: ['vector database','database','chromadb']
6+
tags: ["marketplace", "linode platform", "cloud manager"]
7+
external_resources:
8+
- '[ChromaDB Official Documentation](https://www.trychroma.com/)'
9+
aliases: ['/products/tools/marketplace/guides/chromadb/','/guides/chromadb-marketplace-app/']
10+
authors: ["Akamai"]
11+
contributors: ["Akamai"]
12+
license: '[CC BY-ND 4.0](https://creativecommons.org/licenses/by-nd/4.0)'
13+
marketplace_app_id: 1976719
14+
marketplace_app_name: "Chroma"
15+
---
16+
17+
[Chroma](https://www.trychroma.com/) is the AI-native open-source embedding database. Chroma makes it easy to build LLM apps by making knowledge, facts, and skills pluggable for LLMs.
18+
19+
## Deploying a Marketplace App
20+
21+
{{% content "deploy-marketplace-apps-shortguide" %}}
22+
23+
{{% content "marketplace-verify-standard-shortguide" %}}
24+
25+
{{< note >}}
26+
**Estimated deployment time:** Chroma should be fully installed within 5-10 minutes after the Compute Instance has finished provisioning.
27+
{{< /note >}}
28+
29+
## Configuration Options
30+
31+
- **Supported distributions**: Ubuntu 24.04 LTS
32+
- **Recommended plan**: Chroma [recommends](https://docs.trychroma.com/guides/deploy/performance) deploying on a plan with at least 2GB of RAM. In general, running Chroma on higher-tier plans reduces query latency and allows for larger collection sizes.
33+
34+
### Chroma Options
35+
36+
{{% content "marketplace-required-limited-user-fields-shortguide" %}}
37+
38+
{{% content "marketplace-custom-domain-fields-shortguide" %}}
39+
40+
{{% content "marketplace-special-character-limitations-shortguide" %}}
41+
42+
## Getting Started after Deployment
43+
44+
### Connect Your Application to Chroma Server
45+
46+
This Marketplace App deploys Chroma as a single-node Docker setup secured with Basic Authentication. To start using your Chroma instance, you must configure your client application to connect to this server using the provided credentials. For detailed instructions on setting up a client/server environment, please refer to the officially supported [Chroma Client/Server documentation](https://docs.trychroma.com/docs/run-chroma/client-server).
47+
48+
49+
{{% content "marketplace-update-note-shortguide" %}}

0 commit comments

Comments
 (0)