14 buildPythonPackage rec {
15 pname = "llama-index-readers-file";
19 disabled = pythonOlder "3.8";
22 pname = "llama_index_readers_file";
24 hash = "sha256-eCjewf63xT5tMUA4X4SZwOesdGJlKZOEcU3f0WP50Vo=";
32 build-system = [ poetry-core ];
42 # Tests are only available in the mono repo
45 pythonImportsCheck = [ "llama_index.readers.file" ];
48 description = "LlamaIndex Readers Integration for files";
49 homepage = "https://github.com/run-llama/llama_index/tree/main/llama-index-integrations/readers/llama-index-readers-file";
50 license = licenses.mit;
51 maintainers = with maintainers; [ fab ];