Skip to main content

Configuration Schema

Simili Bot is configured via a simili.yaml file (or .github/simili.yaml). This page provides a complete reference for all supported fields.

Root Level


Configuration Blocks

SearchConfig

Defines the similarity search implementation.

QdrantConfig

Required only when search.backend is set to qdrant.

EmbeddingConfig

Required only when search.backend is set to qdrant.
Default Models:
  • Gemini: gemini-embedding-001 (3072 dims)
  • OpenAI: text-embedding-3-small (1536 dims)

LLMConfig

Configures the LLM for triage, routing, and duplicate verification.

DefaultsConfig

RepositoryConfig

TransferConfig

ClaudeCodeConfig

AutoCloseConfig