diff --git a/chromadb/config.py b/chromadb/config.py index acb63b98b96..4c67b314573 100644 --- a/chromadb/config.py +++ b/chromadb/config.py @@ -44,7 +44,7 @@ Please `pip install chroma-migrate` and run `chroma-migrate` to migrate your data and then change how you construct your Chroma client. -See https://docs.trychroma.com/deployment/migration for more information or join our discord at https://discord.gg/8g5FESbj for help!\033[0m""" +See https://docs.trychroma.com/deployment/migration for more information or join our discord at https://discord.gg/MMeYNTmh3x for help!\033[0m""" _legacy_config_keys = { "chroma_db_impl", diff --git a/docs/docs.trychroma.com/markdoc/content/production/administration/migration.md b/docs/docs.trychroma.com/markdoc/content/production/administration/migration.md index 2be9a1e5b1b..042f0ccbf8d 100644 --- a/docs/docs.trychroma.com/markdoc/content/production/administration/migration.md +++ b/docs/docs.trychroma.com/markdoc/content/production/administration/migration.md @@ -326,7 +326,7 @@ This version of Chroma drops `duckdb` and `clickhouse` in favor of `sqlite` for If you upgrade to `0.4.0` and try to access data stored in the old way, you will see this error message -> You are using a deprecated configuration of Chroma. Please pip install chroma-migrate and run `chroma-migrate` to upgrade your configuration. See https://docs.trychroma.com/deployment/migration for more information or join our discord at https://discord.gg/8g5FESbj for help! +> You are using a deprecated configuration of Chroma. Please pip install chroma-migrate and run `chroma-migrate` to upgrade your configuration. See https://docs.trychroma.com/deployment/migration for more information or join our discord at https://discord.gg/MMeYNTmh3x for help! Here is how to install and use the CLI: @@ -349,4 +349,4 @@ If you need any help with this migration, please reach out! We are on [Discord]( import chromadb from chromadb.config import Settings client = chromadb.PersistentClient(path="./path/to/chroma", settings=Settings(allow_reset=True)) -``` \ No newline at end of file +```