cowork-semantic-search
JSON →Local semantic search over documents (txt, md, pdf, docx, pptx, csv). Fully offline, multilingual, hybrid vector + keyword search via LanceDB. No API keys, no cloud.
Install
pip install -e Tools · 4
- index_folder Index or re-index all documents in a folder. Incremental -- skips unchanged files.
- semantic_search Search indexed documents using natural language. Supports `vector` and `hybrid` modes.
- get_index_status Show total chunks, file count, and list of indexed files.
- reindex_file Force re-index a single file, bypassing the hash cache.
Links
★ 28 GitHub stars