Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Aug 16, 2025. It is now read-only.

Add chroma db docs#153

Merged
NickBusey merged 1 commit intomainfromnick/chroma-auth
Nov 25, 2024
Merged
Show file tree
Hide file tree
Changes fromall 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
4 changes: 3 additions & 1 deletiondocs/integrations/knowledge-base.md
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -51,4 +51,6 @@ Or you can comment directly on some lines of code in the PR. `@coderabbitai do n

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.

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.
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.

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.
2 changes: 2 additions & 0 deletionsdocs/self-hosted/github.md
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -112,6 +112,8 @@ OAUTH2_CLIENT_SECRET=[<client-secret>]
ON_PREM_KNOWLEDGE_BASE=[true]
# The branch which CodeRabbit will store the knowledge base json files in.
ON_PREM_KNOWLEDGE_BASE_BRANCH=[coderabbitai/data]
# URL to the host running ChromaDB 0.5.20.
CHROMADB_URL=[http://chromadb:8000]
```

:::note
Expand Down

[8]ページ先頭

©2009-2025 Movatter.jp