Single Repository Setup
This guide will help you set up Simili Bot for a single repository. This is the Pattern A deployment model, which is the easiest way to get started.Prerequisites
- A GitHub repository where you have admin access.
- Qdrant API Key & URL.
- Gemini API Key.
Setup Steps
Follow these steps to enable AI-powered issue management.Store Secrets
Go to Settings > Secrets and variables > Actions in your GitHub repository and add:
QDRANT_API_KEYGEMINI_API_KEYQDRANT_URL(optional, if not hardcoded in config)
Troubleshooting
Bot is not commenting
Bot is not commenting
Check the Actions tab in your repository. If the workflow failed, review the logs for authentication or configuration errors.
Unauthorized Error
Unauthorized Error