Semantic code search powered by ColBERT multi-vector embeddings
copied from cf-post-staging / colgrepColGREP is a terminal-based semantic code search tool that combines regex filtering with semantic ranking using ColBERT-style multi-vector embeddings. It uses Tree-sitter to parse code into structured units and ONNX Runtime for local model inference. All processing happens locally — code never leaves your machine.