Skip to content

Latest commit

 

History

History
99 lines (85 loc) · 2.69 KB

File metadata and controls

99 lines (85 loc) · 2.69 KB
title Simili Bot
description AI-powered GitHub issue management and semantic search

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.

<Card title="Support us by giving a ⭐ on GitHub" icon="star" href="https://github.com/similigh/simili-bot" color="#ff7300"

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


Get started

Find the right deployment pattern for your team Get running in one repository in 5 minutes Deep dive into the three implementation patterns

Documentation portal

Configure Qdrant, Gemini, and basic repo settings Modular configs, inheritance, and permissions Duplicate detection, routing, and quality assessment 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