lazy import colbert

This commit is contained in:
seehi 2024-03-28 15:47:38 +08:00
parent 6cb5492f02
commit 676d5ff55b
2 changed files with 6 additions and 2 deletions

View file

@ -38,7 +38,6 @@ extras_require = {
"llama-index-vector-stores-faiss==0.1.1",
"llama-index-vector-stores-elasticsearch==0.1.6",
"llama-index-vector-stores-chroma==0.1.6",
"llama-index-postprocessor-colbert-rerank==0.1.1",
],
}