这是indexloc提供的服务,不要输入任何密码
Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions pages/setup/vector-database-configuration/cloud/_meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,15 @@
"toc": true
}
},
"chromacloud": {
"title": "Chroma Cloud",
"theme": {
"breadcrumb": true,
"footer": true,
"pagination": true,
"toc": true
}
},
"pinecone": {
"title": "Pinecone",
"theme": {
Expand Down
44 changes: 44 additions & 0 deletions pages/setup/vector-database-configuration/cloud/chromacloud.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
---
title: "Chroma Vector Database"
description: "Chroma is an open-source and ai-native vector database that is easy to run and host anywhere."
---

import { Callout } from "nextra/components";
import Image from "next/image";

<Image
src="/images/anythingllm-setup/vector-database-configuration/local/chroma/header-image.png"
height={1080}
width={1920}
quality={100}
alt="Chroma Cloud"
/>

# Chroma Cloud

[Chroma](https://trychroma.com) is an [open-source](https://github.com/chroma-core/chroma) and ai-native vector database that is easy to run and host anywhere. Chroma Cloud is a hosted version of Chroma that is easy to use and setup.

AnythingLLM can connect to your Chroma Cloud instance so that AnythingLLM can store and search embeddings on it automatically.

## Connecting to Chroma Cloud

You can configure Chroma Cloud at any time in the **Settings**.

<Image
src="/images/anythingllm-setup/vector-database-configuration/cloud/chromacloud/chroma-cloud.png"
height={1080}
width={1920}
quality={100}
alt="Chroma Vector Database Settings"
/>

<Callout type="warning" emoji="️⚠️">
**Developer Notice**

Make sure to create a database in Chroma Cloud prior to connecting.

AnythingLLM will use the embedding model set and **will not** use Chroma's built-in embedders even if defined.

If you run into any issues please visit Chroma Cloud's [documentation](https://docs.trychroma.com/cloud/getting-started).

</Callout>
2 changes: 1 addition & 1 deletion pages/setup/vector-database-configuration/local/chroma.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ AnythingLLM can connect to your local or cloud-hosted Chroma instance running so
<Callout type="warning" emoji="️⚠️">
**Developer Notice**

Chroma [requires a server](https://docs.trychroma.com/usage-guide#running-chroma-in-clientserver-mode) to be running so that Chroma can embed or index your embeddings automatically.
Chroma [requires a server](https://docs.trychroma.com/production/chroma-server/client-server-mode) to be running so that Chroma can embed or index your embeddings automatically.

AnythingLLM will use the embedding model set and **will not** use Chroma's built-in embedders even if defined.

Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.