14 buildPythonPackage rec {
15 pname = "llama-index-vector-stores-postgres";
19 disabled = pythonOlder "3.8";
22 pname = "llama_index_vector_stores_postgres";
24 hash = "sha256-9jE+1Gbx2y/CSqkpSfuYqgyX49yZwhwmJbiG/EHwTLw=";
27 pythonRemoveDeps = [ "psycopg2-binary" ];
41 pythonImportsCheck = [ "llama_index.vector_stores.postgres" ];
44 description = "LlamaIndex Vector Store Integration for Postgres";
45 homepage = "https://github.com/run-llama/llama_index/tree/main/llama-index-integrations/vector_stores/llama-index-vector-stores-postgres";
46 license = licenses.mit;
47 maintainers = with maintainers; [ fab ];