Witchcraft, fast local semantic search on top of SQLite [P]
Summary
Witchcraft is an open-source re-implementation of Stanford's XTR-Warp semantic search engine in Rust, using SQLite for fast local search. It includes Pickbrain CLI for indexing code session transcripts and equipping AI agents with global memory.
Similar Articles
@eladgil: https://x.com/eladgil/status/2079561730263531771
Cursor's team of AI agents reconstructed SQLite from its manual into Rust, passing all tests, with costs varying 15x based on model mix.
How we built a SOTA search engine using PostgreSQL, pgvector, and Qwen3 embeddings [P]
A technical breakdown of how Papers with Code built a state-of-the-art hybrid search engine combining keyword and semantic search using PostgreSQL, pgvector, and Qwen3 embeddings, powered by Hugging Face infrastructure.
I built a tiny local librarian for AI agents after watching them search my repo like a raccoon in a kitchen
The author built a local search plugin called baoer_signal_grep to help AI agents navigate and search repositories more efficiently, reducing wasted time and improving multi-step investigations.
@GithubProjects: Tantivy gives you Lucene-style full-text search in Rust with sub-10ms startup, making it ideal for CLI tools. BM25 scor…
Tantivy is a Rust-based library providing Lucene-style full-text search with sub-10ms startup and fast indexing capabilities, making it ideal for CLI tools.
SearXNG in Rust
A SearXNG-style metadata search engine written in Rust, fanning out queries to multiple search engines concurrently, deduplicating results, and ranking via Reciprocal Rank Fusion.