Metadata-Version: 2.1
Name: llama-index-postprocessor-colbert-rerank
Version: 0.1.2
Summary: llama-index postprocessor colbert-rerank integration
License: MIT
Author: Your Name
Author-email: you@example.com
Requires-Python: >=3.8.1,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: llama-index-core (>=0.10.35,<0.11.0)
Requires-Dist: torch (>=2.2.0,<3.0.0)
Requires-Dist: transformers (>=4.37.2,<5.0.0)
Description-Content-Type: text/markdown

# LlamaIndex Postprocessor Integration: Colbert Rerank

[Colbert](https://github.com/stanford-futuredata/ColBERT): ColBERT is a fast and accurate retrieval model, enabling scalable BERT-based search over large text collections in tens of milliseconds.

Please `pip install llama-index-postprocessor-colbert-rerank` to install Colbert Rerank package.

