Skip to content

Releases: QuartzUnit/embgrep

v0.1.0

25 Mar 04:48

Choose a tag to compare

Initial Public Release

Local semantic search — embedding-powered grep for files.

Features

  • Local embeddings via fastembed (ONNX Runtime, no API keys)
  • SQLite storage (single-file index, no vector DB)
  • Incremental indexing (SHA-256 change detection)
  • Smart chunking (function-level for code, heading-level for docs)
  • MCP server with 4 tools
  • 15+ file types supported
  • CLI included
  • 74 tests passing

Install

pip install embgrep