24 buildPythonPackage rec {
32 hash = "sha256-qNb9tOInLysI7Tf45QlgchYNhBXR5AWFdRiYt35iW6s=";
35 pythonRemoveDeps = [ "git-python" ];
56 pythonImportsCheck = [ "colbert" ];
62 description = "Fast and accurate retrieval model, enabling scalable BERT-based search over large text collections in tens of milliseconds";
63 homepage = "https://github.com/stanford-futuredata/ColBERT";
64 license = lib.licenses.mit;
65 maintainers = with lib.maintainers; [