-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding onprem KB settings to docs #144
Conversation
WalkthroughThe pull request updates the Changes
Possibly related PRs
Suggested reviewers
🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
Deploying coderabbit-docs with Cloudflare Pages
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 1
🧹 Outside diff range and nitpick comments (1)
docs/self-hosted/github.md (1)
111-114
: Consider adding prerequisites for knowledge base features.While the variables are well-documented, it might be helpful to add a note about any prerequisites or additional setup required for the knowledge base features to work correctly (e.g., repository permissions, storage requirements, etc.).
Consider adding a note similar to:
# Set to true to use the knowledge base features. ON_PREM_KNOWLEDGE_BASE=[true] # The branch which CodeRabbit will store the knowledge base json files in. ON_PREM_KNOWLEDGE_BASE_BRANCH=[coderabbitai/data] + +:::note +When enabling the knowledge base features: +1. Ensure the GitHub App has write permissions for the repository contents +2. The specified branch will be created if it doesn't exist +:::
No description provided.