12 buildPythonPackage rec {
13 pname = "llama-index-vector-stores-postgres";
18 pname = "llama_index_vector_stores_postgres";
20 hash = "sha256-4bbjXMH4T/BRJ/l+vDOYqbv2nn0HE9953h4qFRXFlXQ=";
23 pythonRemoveDeps = [ "psycopg2-binary" ];
40 pythonImportsCheck = [ "llama_index.vector_stores.postgres" ];
43 description = "LlamaIndex Vector Store Integration for Postgres";
44 homepage = "https://github.com/run-llama/llama_index/tree/main/llama-index-integrations/vector_stores/llama-index-vector-stores-postgres";
45 license = lib.licenses.mit;
46 maintainers = with lib.maintainers; [ fab ];