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 Aug 16, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: docs/integrations/knowledge-base.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -51,4 +51,6 @@ Or you can comment directly on some lines of code in the PR. `@coderabbitai do n
51
51
52
52
For self-hosted / on-premises deployments, you can enable the knowledge base features by setting`ON_PREM_KNOWLEDGE_BASE=true` in the environment variables for your self-hosted docker image.
53
53
54
-
By default, CodeRabbit will store its data in the`coderabbitai/data` branch unless you set`ON_PREM_KNOWLEDGE_BASE_BRANCH=<branch_name>` with a different value.
54
+
You must also be running ChromaDB. Use image`chromadb/chroma:0.5.20`. In your CodeRabbit docker image environment variables, set`CHROMADB_URL` to point to the hostname where ChromaDB can be reached. For persistance of your ChromaDB data, mount`/chroma/chroma` in the container to a volume mount. For more information on ChromaDB docker deployment, including how to set up authentication, refer to the[official documentation](https://docs.trychroma.com/deployment/docker). CodeRabbit will use CHROMA_CLIENT_AUTH_CREDENTIALS if it is set.
55
+
56
+
By default, CodeRabbit will store its data in the`coderabbitai/data` branch unless you set`ON_PREM_KNOWLEDGE_BASE_BRANCH=<branch_name>` with a value.