Where to start?
- Follow the Context Engine setup guide to complete the initial configuration.
- If you are using GitHub for version control, continue with this guide for the next steps.
GitHub App installation
Important Note:You must be a GitHub organization administrator to complete these steps.
Navigate to Your Organizations via the top-right menu on GitHub.Select your organization and go to Settings > Developer settings > GitHub Apps.
Click New GitHub App and fill in:
-
App name:
Qodo RAG Indexer -
Homepage URL:
https://qodo.ai - Webhook: Disabled Webhooks will be supported in future releases for continuous updates.
Permissions (Read-only):
- Actions: Read-only
- Checks: Read-only
- Metadata: Read-only
- Contents: Read-only
- Discussions: Read-only
- Issues: Read-only
- Pull requests: Read-only
Click Install App, choose your organization, and select specific repositories (do not choose “All repositories”).
Configuration
Github on-prem: If you are using github on-prem you should specificy the
api_base_url in the configuration for [github_app] section as mentioned below.Make sure that github is able to accept requests from the Kubernetes cluster. Firewall adjustments may be needed.