10 buildPythonPackage rec {
11 pname = "llama-index-readers-txtai";
15 disabled = pythonOlder "3.8";
18 pname = "llama_index_readers_txtai";
20 hash = "sha256-jaCg3TeMkBKHtZRxpa5KrQb+uGP95qN1nWtrE08Oq98=";
23 build-system = [ poetry-core ];
25 dependencies = [ llama-index-core ];
27 # Tests are only available in the mono repo
30 pythonImportsCheck = [ "llama_index.readers.txtai" ];
33 description = "LlamaIndex Readers Integration for txtai";
34 homepage = "https://github.com/run-llama/llama_index/tree/main/llama-index-integrations/readers/llama-index-readers-txtai";
35 license = licenses.mit;
36 maintainers = with maintainers; [ fab ];