25 buildPythonPackage rec {
30 disabled = pythonOlder "3.8";
32 src = fetchFromGitHub {
35 rev = "refs/tags/v${version}";
36 hash = "sha256-IdIGht4RcejXoBTJ8eHi5fNw2ffxIi/chuoQBNjA98g=";
39 build-system = [ poetry-core ];
56 pythonImportsCheck = [ "fastembed" ];
63 # there is one test and it requires network
67 description = "Fast, Accurate, Lightweight Python library to make State of the Art Embedding";
68 homepage = "https://github.com/qdrant/fastembed";
69 changelog = "https://github.com/qdrant/fastembed/releases/tag/v${version}";
70 license = lib.licenses.asl20;
71 maintainers = with lib.maintainers; [ happysalada ];
72 # terminate called after throwing an instance of 'onnxruntime::OnnxRuntimeException'
73 badPlatforms = [ "aarch64-linux" ];