diff --git a/pages/setup/vector-database-configuration/cloud/_meta.json b/pages/setup/vector-database-configuration/cloud/_meta.json index b8cebc1..7a2b2fb 100644 --- a/pages/setup/vector-database-configuration/cloud/_meta.json +++ b/pages/setup/vector-database-configuration/cloud/_meta.json @@ -8,6 +8,15 @@ "toc": true } }, + "chromacloud": { + "title": "Chroma Cloud", + "theme": { + "breadcrumb": true, + "footer": true, + "pagination": true, + "toc": true + } + }, "pinecone": { "title": "Pinecone", "theme": { diff --git a/pages/setup/vector-database-configuration/cloud/chromacloud.mdx b/pages/setup/vector-database-configuration/cloud/chromacloud.mdx new file mode 100644 index 0000000..e4211c5 --- /dev/null +++ b/pages/setup/vector-database-configuration/cloud/chromacloud.mdx @@ -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"; + +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**. + +Chroma Vector Database Settings + + + **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). + + diff --git a/pages/setup/vector-database-configuration/local/chroma.mdx b/pages/setup/vector-database-configuration/local/chroma.mdx index 8208584..7a35425 100644 --- a/pages/setup/vector-database-configuration/local/chroma.mdx +++ b/pages/setup/vector-database-configuration/local/chroma.mdx @@ -25,7 +25,7 @@ AnythingLLM can connect to your local or cloud-hosted Chroma instance running so **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. diff --git a/public/images/anythingllm-setup/vector-database-configuration/cloud/chromacloud/chroma-cloud.png b/public/images/anythingllm-setup/vector-database-configuration/cloud/chromacloud/chroma-cloud.png new file mode 100644 index 0000000..cfca072 Binary files /dev/null and b/public/images/anythingllm-setup/vector-database-configuration/cloud/chromacloud/chroma-cloud.png differ