11 buildPythonPackage rec {
12 pname = "llamaindex-py-client";
16 disabled = pythonOlder "3.8";
19 pname = "llamaindex_py_client";
21 hash = "sha256-CR7kmpJZLjiUd3reElFsITcJP51kQaVJ9AZGGRfOm34=";
24 build-system = [ poetry-core ];
34 pythonImportsCheck = [ "llama_index_client" ];
37 description = "Client for LlamaIndex";
38 homepage = "https://pypi.org/project/llamaindex-py-client/";
39 license = licenses.mit;
40 maintainers = with maintainers; [ fab ];