11 buildPythonPackage rec {
12 pname = "llama-index-vector-stores-google";
16 disabled = pythonOlder "3.8";
19 pname = "llama_index_vector_stores_google";
21 hash = "sha256-7BEgRLkhyCo0z3puoWcFRqa+xG6vQdkKFWvr9oz6xs4=";
24 pythonRelaxDeps = [ "google-generativeai" ];
35 pythonImportsCheck = [ "llama_index.vector_stores.google" ];
38 description = "LlamaIndex Vector Store Integration for Google";
39 homepage = "https://github.com/run-llama/llama_index/tree/main/llama-index-integrations/vector_stores/llama-index-vector-stores-google";
40 license = licenses.mit;
41 maintainers = with maintainers; [ fab ];