lore by hyunjae-labs
28 score
Semantic search across Claude Code conversations. Hybrid vector + keyword search, fully local, background indexing.
Ranked #1309 out of 1625 indexed tools.Actively maintained with commits in the last week.
Is this your tool? Claim this listing to add maintainer context, get a verified badge, and unlock analytics.
Claim listing → Signal Breakdown
Installs 0
Freshness today
Issue Health 0%
Stars 4
Platform Breadth 1 platform
Contributors 2
Description Good
How to Improve
Issue Health high impact
Stars low impact
Platforms medium impact
Supported Platforms
From the README
# lore Semantic search across your Claude Code conversations. Find anything you've ever discussed -- across all projects, all sessions, any branch. ## Features - **Hybrid search (vector + keyword)** Combines multilingual-e5-small embeddings with FTS5/BM25 via Reciprocal Rank Fusion. Finds results by meaning *and* exact terms. - **Fully local, zero API keys** Everything runs on your machine. ONNX Runtime for embedding, sqlite-vec for storage. No data leaves your device. - **Background indexing** Index triggers return instantly. Monitor progress while you keep working. Search what's already indexed while the rest catches up. - **Project-selective** Register only the projects you care about. Add or remove anytime. Unregistering deletes indexed data to keep things clean. Browsing your session inventory also makes it easy to spot stale or unnecessary sessions you may want to clean up. - **Conversation-aware chunking** Splits by logical turns (user question + full assistantRead full README on GitHub →