Installation Instructions
Requires:
python >= 3.11
Lightweight Installation
Essentials only.
uv pip install pyllments
Full Installation
If you intend to use your own hardware for some heavy lifting and processing. Includes dependencies for retrieval, embedding, processing. (e.g. PyTorch, lancedb, sentence-transformers)
uv pip install pyllments[full]
Lightweight Installation
Essentials only.
pip install pyllments
Full Installation
If you intend to use your own hardware for some heavy lifting and processing. Includes dependencies for retrieval, embedding, processing. (e.g. PyTorch, lancedb, sentence-transformers)
pip install pyllments[full]