15 buildPythonPackage rec {
16 pname = "llama-index-readers-file";
20 disabled = pythonOlder "3.8";
23 pname = "llama_index_readers_file";
25 hash = "sha256-GUwbm4XCZRWbcwLH2ArbqTeqsG8FwXCvf9lcTnqK7DU=";
33 build-system = [ poetry-core ];
35 nativeBuildInputs = [ pythonRelaxDepsHook ];
45 # Tests are only available in the mono repo
48 pythonImportsCheck = [ "llama_index.readers.file" ];
51 description = "LlamaIndex Readers Integration for files";
52 homepage = "https://github.com/run-llama/llama_index/tree/main/llama-index-integrations/readers/llama-index-readers-file";
53 license = licenses.mit;
54 maintainers = with maintainers; [ fab ];