Metadata-Version: 2.4
Name: llama-index-postprocessor-colbert-rerank
Version: 0.5.0
Summary: llama-index postprocessor colbert-rerank integration
Author-email: Your Name <you@example.com>
License-Expression: MIT
License-File: LICENSE
Requires-Python: <4.0,>=3.10
Requires-Dist: llama-index-core<0.15,>=0.13.0
Requires-Dist: torch<3,>=2.2.0
Requires-Dist: transformers<5,>=4.37.2
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.
