Installation¶
Core (CLI + Python API)¶
This installs the core package with CLI, Python API, and all dependencies:
- ChromaDB — embedded vector store
- sentence-transformers — local embedding model (
all-MiniLM-L6-v2, ~22 MB) - Click — CLI framework
- Rich — terminal formatting
- scikit-learn — TF-IDF summarization
- NumPy — numerical computing
- MCP — Model Context Protocol SDK
First-run download
The first search or write call downloads the all-MiniLM-L6-v2 embedding model (~22 MB) to your HuggingFace cache. No GPU required.
Optional Extras¶
Install additional integrations as needed:
From Source¶
Requirements¶
- Python 3.10 or later
- Linux, macOS, or Windows
- No GPU required