Skip to content
- Verify
GITHUB_TOKEN is set in the Admin UI under the GitHub connector’s Credentials tab
- Navigate to the Connectors page and toggle GitHub to enabled
- Check the Health page for connection errors
- If the token was added after startup, click Test Connection on the connector card — no restart is required
- Verify Sourcebot is running and accessible from FluidRAG
- Check that
SOURCEBOT_HOST and SOURCEBOT_API_KEY are configured in the GitHub connector’s Credentials tab
- Verify your repositories are indexed in Sourcebot
- Try a broader search query — Sourcebot uses regex matching
- Check the GitHub API rate limit status in server logs
- Reduce
github_max_search_concurrent (default: 2) to limit concurrent requests
- Increase
github_search_min_delay to space out requests
- If using a fine-grained PAT, verify it has sufficient rate limit allocation
- Verify
GITHUB_TOKEN has the repo scope
- Confirm the
github_org setting matches your actual organization name (or leave it blank for auto-detection)
- Check that repos are not being excluded by ignore patterns
- Ensure the selected repos contain supported file types (
.md, .txt, .mdx, .rst, .adoc)