-
Notifications
You must be signed in to change notification settings - Fork 30
docs: enhance FAQ page #145
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change | ||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
@@ -107,6 +107,11 @@ LINEAR_PAT=[<linear-personal-access-token>] | |||||||||||||||||||||||||||||
OAUTH2_ENDPOINT=[<endpoint>] | ||||||||||||||||||||||||||||||
OAUTH2_CLIENT_ID=[<client-id>] | ||||||||||||||||||||||||||||||
OAUTH2_CLIENT_SECRET=[<client-secret>] | ||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||
# 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] | ||||||||||||||||||||||||||||||
Comment on lines
+111
to
+114
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🛠️ Refactor suggestion Enhance documentation for knowledge base configuration The new environment variables need more detailed documentation to help users make informed decisions:
Consider expanding the documentation like this: # Set to true to use the knowledge base features.
+# Knowledge base features allow CodeRabbit to store and learn from previous reviews,
+# improving the quality of future code reviews.
ON_PREM_KNOWLEDGE_BASE=[true]
+
# The branch which CodeRabbit will store the knowledge base json files in.
+# Default: coderabbitai/data
+# This branch will be created automatically if it doesn't exist.
+# Ensure the GitHub App has necessary permissions to create and write to this branch.
ON_PREM_KNOWLEDGE_BASE_BRANCH=[coderabbitai/data] 📝 Committable suggestion
Suggested change
|
||||||||||||||||||||||||||||||
``` | ||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||
:::note | ||||||||||||||||||||||||||||||
|
Uh oh!
There was an error while loading. Please reload this page.