11 buildPythonPackage rec {
12 pname = "llama-index-graph-stores-neo4j";
16 disabled = pythonOlder "3.8";
19 pname = "llama_index_graph_stores_neo4j";
21 hash = "sha256-O/iTlpbREmN1tbojbaqZ7gLAN2JdKmKEzhKCnpth6S0=";
24 build-system = [ poetry-core ];
31 pythonImportsCheck = [ "llama_index.graph_stores.neo4j" ];
34 description = "LlamaIndex Graph Store Integration for Neo4j";
35 homepage = "https://github.com/run-llama/llama_index/tree/main/llama-index-integrations/graph_stores/llama-index-graph-stores-neo4j";
36 license = licenses.mit;
37 maintainers = with maintainers; [ fab ];