Skip to main content

Welcome to Simili Bot

Simili Bot (v0.2.0) is an intelligent GitHub issue management system powered by AI and semantic search. It helps maintain high-quality issue tracking by automatically detecting duplicates, routing issues to correct repositories, intelligently triaging problems, and now supports PR duplicate detection, auto-closing, and batch processing.

Support us by giving a ⭐ on GitHub

Help us grow the community and make issue management smarter for everyone!

Get started

Choose your setup

Find the right deployment pattern for your team

Single repo setup

Get running in one repository in 5 minutes

Patterns overview

Deep dive into the three implementation patterns

Documentation portal

Core setup

Configure Qdrant, Gemini, and basic repo settings

Configuration

Modular configs, inheritance, and permissions

Feature guides

Duplicate detection, routing, and quality assessment

Technical reference

CLI commands, pipeline steps, and API integration

What’s new in v0.2.0

  • PR Duplicate Detection - simili pr-duplicate command with dedicated PR collection
  • Auto-Closer - simili auto-close automatically closes confirmed duplicates after a grace period
  • Batch Processing - simili batch for CSV/JSON bulk analysis pipelines
  • OpenAI Support - Full OpenAI embedding and LLM support alongside Gemini
  • Hybrid Transfer Routing - Combine rule-based and VDB semantic routing
  • Updated Embedding Model - gemini-embedding-001 (3072 dims) replaces text-embedding-004 (768 dims)

Tech stack

  • Language: Go 1.24
  • AI Engine: Google Gemini or OpenAI (embeddings + LLM)
  • Vector Database: Qdrant
  • GitHub Integration: GitHub API v3 + GraphQL
  • Deployment: Docker + GitHub Actions