16 buildPythonPackage rec {
21 disabled = pythonOlder "3.8";
23 src = fetchFromGitHub {
26 rev = "refs/tags/v${version}";
27 hash = "sha256-ufgco5wPBG19GM99rZV7LKQqEzzCv24I8026SMz0CH4=";
35 propagatedBuildInputs = [
44 pythonImportsCheck = [
56 # there is one test and it requires network
60 description = "Fast, Accurate, Lightweight Python library to make State of the Art Embedding";
61 homepage = "https://github.com/qdrant/fastembed";
62 license = licenses.asl20;
63 maintainers = with maintainers; [ happysalada ];